diff options
-rw-r--r-- | testing/py3-speechpy/APKBUILD | 2 |
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" |