summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-17 12:08:01 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-17 12:08:01 +0100
commit75ef4fdc00e0c2cefc08eec96626456161a845e5 (patch)
tree5128bd8b82f07770ae953796735b6bbf4011bb08
parenteba26d1222fec75cbe875d773ca39676bfc2c10d (diff)
downloadpackages-75ef4fdc00e0c2cefc08eec96626456161a845e5.tar.xz
extra/python-packaging: bootstrapping
-rw-r--r--extra/python-packaging/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/python-packaging/PKGBUILD b/extra/python-packaging/PKGBUILD
new file mode 100644
index 00000000..78877574
--- /dev/null
+++ b/extra/python-packaging/PKGBUILD
@@ -0,0 +1,6 @@
+makedepends=(${makedepends[@]//python-setuptools/})
+makedepends=(${makedepends[@]//python2-setuptools/})
+makedepends=('python-setuptools-bootstrap' 'python2-setuptools-bootstrap' 'python2' 'python')
+
+unset checkdepends
+unset check