index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
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 /community/python-pytest | |
parent | a1f423a90571754237a99f0a7f799939cb3b1aef (diff) |
-rw-r--r-- | community/python-pytest/PKGBUILD | 2 |
diff --git a/community/python-pytest/PKGBUILD b/community/python-pytest/PKGBUILD index 6c63d86f..f06df55f 100644 --- a/community/python-pytest/PKGBUILD +++ b/community/python-pytest/PKGBUILD @@ -1,5 +1,5 @@ # i486-specific if [ "${CARCH}" = "i486" ]; then - makedepends+=('python-setuptools-scm' 'python2-setuptools-scm') + makedepends+=('python-setuptools-scm' 'python2-setuptools-scm' 'python-pip-bootstrap' 'python2-pip-bootstrap') unset check fi |