newapkbuild: make python packages only depend on setuptools
They normally don't need the python3-dev.
This commit is contained in:
parent
bffe0efc06
commit
b7fd57f681
@ -213,7 +213,7 @@ newaport() {
|
||||
fi
|
||||
|
||||
case "$buildtype" in
|
||||
python) makedepends="python3-dev py3-setuptools";;
|
||||
python) makedepends="py3-setuptools";;
|
||||
cmake) makedepends="cmake";;
|
||||
meson) makedepends="meson";;
|
||||
*) makedepends="\$depends_dev";;
|
||||
|
Loading…
x
Reference in New Issue
Block a user