diff options
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/python-setuptools-scm/PKGBUILD | |
parent | 9753554019c12cc1a9947c21b1d74b464df46e83 (diff) | |
download | packages-a1f423a90571754237a99f0a7f799939cb3b1aef.tar.xz |
community/python-setuptools-scm: using bootstrap on u486
Diffstat (limited to 'community/python-setuptools-scm/PKGBUILD')
-rw-r--r-- | community/python-setuptools-scm/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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 |