index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-distlib/PKGBUILD | 1 |
diff --git a/community/python-distlib/PKGBUILD b/community/python-distlib/PKGBUILD index 870e034f..bd57ba9d 100644 --- a/community/python-distlib/PKGBUILD +++ b/community/python-distlib/PKGBUILD @@ -1,5 +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 |