summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-07-17 12:00:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-07-17 12:00:57 +0000
commitb7fd57f681099095f193a64f95a066a7a1ac8180 (patch)
tree163b64957f487fd9defeb3d5857b3794a8d450da
parentbffe0efc06ccf2a7246b77d1afb7ed89e5b0ed80 (diff)
downloadabuild-b7fd57f681099095f193a64f95a066a7a1ac8180.tar.bz2
abuild-b7fd57f681099095f193a64f95a066a7a1ac8180.tar.xz
newapkbuild: make python packages only depend on setuptools
They normally don't need the python3-dev.
-rw-r--r--newapkbuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newapkbuild.in b/newapkbuild.in
index 64335c3..f0dc911 100644
--- a/newapkbuild.in
+++ b/newapkbuild.in
@@ -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";;