aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-fsspec/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-fsspec/APKBUILD b/testing/py3-fsspec/APKBUILD
index 72e9895965..f53a73abd6 100644
--- a/testing/py3-fsspec/APKBUILD
+++ b/testing/py3-fsspec/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.7.3
pkgrel=0
pkgdesc="A specification for pythonic filesystems"
url="https://github.com/intake/filesystem_spec"
-arch="noarch"
+arch="noarch !mips !mips64" # Requires py3-numpy
license="BSD-3-Clause"
depends="python3"
makedepends="py3-setuptools"