diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-31 14:10:35 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-31 14:10:35 +0000 |
commit | 9184124a1226c075e9332bc1b6c9eac255e72f13 (patch) | |
tree | 5bbadf336f0357cbdd2664d67db772339b345df4 /extra/python-idna | |
parent | a1f423a90571754237a99f0a7f799939cb3b1aef (diff) | |
download | packages-9184124a1226c075e9332bc1b6c9eac255e72f13.tar.xz |
rebuilt all python 3.7.0 with boostrapped pip/wheel/setuptools on i486
Diffstat (limited to 'extra/python-idna')
-rw-r--r-- | extra/python-idna/PKGBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
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 |