aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-libarchive-c/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-libarchive-c/APKBUILD b/testing/py3-libarchive-c/APKBUILD
index 8a277282b5..b1512864d3 100644
--- a/testing/py3-libarchive-c/APKBUILD
+++ b/testing/py3-libarchive-c/APKBUILD
@@ -4,7 +4,7 @@ pkgver=2.9
pkgrel=1
pkgdesc="Python interface to libarchive"
url="https://github.com/Changaco/python-libarchive-c"
-arch="noarch"
+arch="noarch !mips !mips64" # essential tests fail on mips
license="CC0-1.0"
depends="libarchive python3" # uses ffi
makedepends="python3-dev libarchive-dev py3-setuptools"