diff options
Diffstat (limited to 'community/python2-typing')
-rw-r--r-- | community/python2-typing/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/python2-typing/PKGBUILD b/community/python2-typing/PKGBUILD new file mode 100644 index 00000000..31dffbd8 --- /dev/null +++ b/community/python2-typing/PKGBUILD @@ -0,0 +1,5 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap') + unset check +fi |