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-distlib/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/python-distlib/PKGBUILD (limited to 'community/python-distlib/PKGBUILD') diff --git a/community/python-distlib/PKGBUILD b/community/python-distlib/PKGBUILD new file mode 100644 index 00000000..870e034f --- /dev/null +++ b/community/python-distlib/PKGBUILD @@ -0,0 +1,5 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + # currently tests are failing, they are disabled not due to dependencies + unset check +fi -- cgit v1.2.3-54-g00ecf