diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-03 14:36:50 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-03 14:36:50 +0000 |
commit | f27af5ead386f1ecd1a8c74180f3f844f1dba8b9 (patch) | |
tree | 6d245cd74e8286f8edfa98e86b7ddee9d9c7061a /community/python-pytest | |
parent | 043f74201967addd0353517fa10251975f7c723f (diff) | |
download | packages-f27af5ead386f1ecd1a8c74180f3f844f1dba8b9.tar.xz |
i486-specific patches for python modules
Diffstat (limited to 'community/python-pytest')
-rw-r--r-- | community/python-pytest/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/python-pytest/PKGBUILD b/community/python-pytest/PKGBUILD new file mode 100644 index 00000000..6c63d86f --- /dev/null +++ b/community/python-pytest/PKGBUILD @@ -0,0 +1,5 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + makedepends+=('python-setuptools-scm' 'python2-setuptools-scm') + unset check +fi |