diff options
Diffstat (limited to 'community/python-pysocks')
-rw-r--r-- | community/python-pysocks/PKGBUILD | 6 |
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 |