From f27af5ead386f1ecd1a8c74180f3f844f1dba8b9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Aug 2018 14:36:50 +0000 Subject: i486-specific patches for python modules --- community/python-pytest/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/python-pytest/PKGBUILD (limited to 'community/python-pytest') 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 -- cgit v1.2.3-54-g00ecf