aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-08 08:26:19 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2020-05-08 07:21:40 +0000
commit8e08c13bfd326d63fdf47e68227656caf382abc5 (patch)
treee381cab52395da08905ed892ab9a591cf280027b /testing
parent13ab106dd7362f5beba02a763ca6516b4d0be7e5 (diff)
downloadaports-8e08c13bfd326d63fdf47e68227656caf382abc5.tar.bz2
aports-8e08c13bfd326d63fdf47e68227656caf382abc5.tar.xz
testing/py3-speechpy: disable on mips and mips64
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-speechpy/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-speechpy/APKBUILD b/testing/py3-speechpy/APKBUILD
index 3fe4df1b72..070ea03338 100644
--- a/testing/py3-speechpy/APKBUILD
+++ b/testing/py3-speechpy/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.4
pkgrel=0
pkgdesc="A Library for Speech Processing and Recognition"
url="http://speechpy.readthedocs.io/en/latest/"
-arch="noarch"
+arch="noarch !mips !mips64" # Blocked by py3-numpy and py3-scipy
license="Apache-2.0"
depends="python3 py3-numpy py3-scipy"
makedepends="py3-setuptools py3-numpy-dev"