summaryrefslogtreecommitdiff
path: root/community/python-pysocks/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-31 14:10:35 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-31 14:10:35 +0000
commit9184124a1226c075e9332bc1b6c9eac255e72f13 (patch)
tree5bbadf336f0357cbdd2664d67db772339b345df4 /community/python-pysocks/PKGBUILD
parenta1f423a90571754237a99f0a7f799939cb3b1aef (diff)
downloadpackages-9184124a1226c075e9332bc1b6c9eac255e72f13.tar.xz
rebuilt all python 3.7.0 with boostrapped pip/wheel/setuptools on i486
Diffstat (limited to 'community/python-pysocks/PKGBUILD')
-rw-r--r--community/python-pysocks/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/python-pysocks/PKGBUILD b/community/python-pysocks/PKGBUILD
index 20354d08..e05c2c4b 100644
--- a/community/python-pysocks/PKGBUILD
+++ b/community/python-pysocks/PKGBUILD
@@ -1,3 +1,9 @@
# check() is disabled
unset checkdepends
+unset check
+
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
+fi