diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 17:54:31 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 17:54:59 +0000 |
commit | 33466ec50a78362c41f4d3b0a7391c113f0174b9 (patch) | |
tree | 8595e2d2ddde8847a5b90c14b62ff284dad0e970 /testing | |
parent | 3199d57e0fd30101f90afdb04df2a25094812828 (diff) | |
download | aports-33466ec50a78362c41f4d3b0a7391c113f0174b9.tar.bz2 aports-33466ec50a78362c41f4d3b0a7391c113f0174b9.tar.xz |
testing/py3-srsly: disable on mips
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-srsly/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-srsly/APKBUILD b/testing/py3-srsly/APKBUILD index ba39cbb755..bd335535d1 100644 --- a/testing/py3-srsly/APKBUILD +++ b/testing/py3-srsly/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.0.1 pkgrel=0 pkgdesc="Modern high-performance serialization utilities for Python" url="https://github.com/explosion/srsly" -arch="all" +arch="all !mips !mips64" # blocked by py3-numpy license="MIT" depends="python3 py3-numpy py3-tz" makedepends="python3-dev py3-setuptools cython" |