index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-27 22:08:55 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-27 22:08:55 +0100 |
commit | 7c0e023917382ef8f93131d06ab089a4166b50c5 (patch) | |
tree | c6071eafa5fbef7b5154b9243f0c91ea96215a3b /community/python-wheel | |
parent | f0b4337f24bb8600c384bc7ebcaf41c34b5fea4e (diff) |
-rw-r--r-- | community/python-wheel/PKGBUILD | 6 |
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) |