summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-27 22:08:55 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-27 22:08:55 +0100
commit7c0e023917382ef8f93131d06ab089a4166b50c5 (patch)
treec6071eafa5fbef7b5154b9243f0c91ea96215a3b /community
parentf0b4337f24bb8600c384bc7ebcaf41c34b5fea4e (diff)
downloadpackages-7c0e023917382ef8f93131d06ab089a4166b50c5.tar.xz
community/python-wheel: bootstrapping
Diffstat (limited to 'community')
-rw-r--r--community/python-wheel/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/python-wheel/PKGBUILD b/community/python-wheel/PKGBUILD
new file mode 100644
index 00000000..79c6c3a3
--- /dev/null
+++ b/community/python-wheel/PKGBUILD
@@ -0,0 +1,6 @@
+unset checkdepends
+unset check
+
+makedepends=(${makedepends[@]//python-setuptools/})
+makedepends=(${makedepends[@]//python2-setuptools/})
+makedepends+=(python python2)