From bc13f2f0275f90c88d126d313a215ecd9eac2899 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 7 May 2020 09:47:58 -0300 Subject: testing/py3-fsspec: disable on arches without py3-numpy --- testing/py3-fsspec/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3