aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-07 09:47:58 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-07 09:48:18 -0300
commitbc13f2f0275f90c88d126d313a215ecd9eac2899 (patch)
treea99c495043f07768f90bb1f927159e9c8e918415
parentf50538f44cd11bfe950572e096b1bebdb2348a46 (diff)
downloadaports-bc13f2f0275f90c88d126d313a215ecd9eac2899.tar.bz2
aports-bc13f2f0275f90c88d126d313a215ecd9eac2899.tar.xz
testing/py3-fsspec: disable on arches without py3-numpy
-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"