index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-30 18:19:08 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-30 18:19:08 +0000 |
commit | a1f423a90571754237a99f0a7f799939cb3b1aef (patch) | |
tree | 3757ec2219dc79457d48668fe907b43e8f67a20a /community | |
parent | 9753554019c12cc1a9947c21b1d74b464df46e83 (diff) |
-rw-r--r-- | community/python-setuptools-scm/PKGBUILD | 1 |
diff --git a/community/python-setuptools-scm/PKGBUILD b/community/python-setuptools-scm/PKGBUILD index ed73f8de..31dffbd8 100644 --- a/community/python-setuptools-scm/PKGBUILD +++ b/community/python-setuptools-scm/PKGBUILD @@ -1,4 +1,5 @@ # i486-specific if [ "${CARCH}" = "i486" ]; then + makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap') unset check fi |