aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-srsly/APKBUILD2
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"