index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-distlib/PKGBUILD | 6 |
diff --git a/community/python-distlib/PKGBUILD b/community/python-distlib/PKGBUILD new file mode 100644 index 00000000..bd57ba9d --- /dev/null +++ b/community/python-distlib/PKGBUILD @@ -0,0 +1,6 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap') + # currently tests are failing, they are disabled not due to dependencies + unset check +fi |