newapkbuild: make python packages only depend on setuptools

They normally don't need the python3-dev.
This commit is contained in:
Natanael Copa 2019-07-17 12:00:57 +00:00
parent bffe0efc06
commit b7fd57f681

View File

@ -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";;