aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:52:32 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:54:59 +0000
commitac87b05a9f3dddfb3ae8e34234bfc3b68955a1b7 (patch)
tree963e855b10818304105f9cc5fd4a19079d89ec6a /testing
parentd528ecb368cf1831b9f40da05d297b1bbb53a1bf (diff)
downloadaports-ac87b05a9f3dddfb3ae8e34234bfc3b68955a1b7.tar.bz2
aports-ac87b05a9f3dddfb3ae8e34234bfc3b68955a1b7.tar.xz
testing/py3-rasterio: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-rasterio/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-rasterio/APKBUILD b/testing/py3-rasterio/APKBUILD
index c5b88cdac7..382402fd97 100644
--- a/testing/py3-rasterio/APKBUILD
+++ b/testing/py3-rasterio/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.1.3
pkgrel=0
pkgdesc="Fast and direct raster I/O for use with Numpy and SciPy"
url="https://pypi.python.org/pypi/rasterio"
-arch="all !s390x !x86 !armhf !armv7"
+arch="all !s390x !x86 !armhf !armv7 !mips !mips64"
license="BSD-3-Clause"
depends="
py3-affine