index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/python-idna/PKGBUILD | 4 |
diff --git a/extra/python-idna/PKGBUILD b/extra/python-idna/PKGBUILD new file mode 100644 index 00000000..3b5f7de0 --- /dev/null +++ b/extra/python-idna/PKGBUILD @@ -0,0 +1,4 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap') +fi |