summaryrefslogtreecommitdiff
path: root/community/python-pysocks/PKGBUILD
diff options
context:
space:
mode:
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