summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-27 21:25:12 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-27 21:25:12 +0100
commitf0b4337f24bb8600c384bc7ebcaf41c34b5fea4e (patch)
tree4210be5846c46c7b7e85d5388be0b2a224e2c0e7
parent00e364812d3bddc59bad48b19fa4922f23ec5706 (diff)
downloadpackages-f0b4337f24bb8600c384bc7ebcaf41c34b5fea4e.tar.xz
extra/python-packaging: bootstrapping
-rw-r--r--extra/python-packaging/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/python-packaging/PKGBUILD b/extra/python-packaging/PKGBUILD
index fcc37cc1..79c6c3a3 100644
--- a/extra/python-packaging/PKGBUILD
+++ b/extra/python-packaging/PKGBUILD
@@ -1,2 +1,6 @@
unset checkdepends
unset check
+
+makedepends=(${makedepends[@]//python-setuptools/})
+makedepends=(${makedepends[@]//python2-setuptools/})
+makedepends+=(python python2)