diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 17:53:41 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 17:54:59 +0000 |
commit | 3199d57e0fd30101f90afdb04df2a25094812828 (patch) | |
tree | cfd7fa8327740f940e9d86b2e76ae395da353c31 /testing | |
parent | b6c7487a5f235341c89f43743d8445aad57d5d29 (diff) | |
download | aports-3199d57e0fd30101f90afdb04df2a25094812828.tar.bz2 aports-3199d57e0fd30101f90afdb04df2a25094812828.tar.xz |
testing/py3-snuggs: disable on mips
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-snuggs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-snuggs/APKBUILD b/testing/py3-snuggs/APKBUILD index 3e5d224224..8f974d3852 100644 --- a/testing/py3-snuggs/APKBUILD +++ b/testing/py3-snuggs/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.4.7 pkgrel=1 pkgdesc="Snuggs are s-expressions for Numpy" url="https://pypi.org/project/snuggs/" -arch="noarch" +arch="noarch !mips !mips64" # blocked by py3-numpy license="MIT" depends="python3 py3-numpy py3-parsing" makedepends="py3-setuptools" |