aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pytools/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pytools/APKBUILD')
-rw-r--r--community/py3-pytools/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py3-pytools/APKBUILD b/community/py3-pytools/APKBUILD
index 9a90442d2f..c22ee2b3cb 100644
--- a/community/py3-pytools/APKBUILD
+++ b/community/py3-pytools/APKBUILD
@@ -6,7 +6,8 @@ pkgrel=0
pkgdesc="Collection of tools for Python3"
options="!check" # Tests required unpackaged dependencies not specified in requires.txt
url="https://github.com/inducer/pytools"
-arch="noarch"
+# mips blocked due to py3-numpy
+arch="noarch !mips !mips64"
license="MIT"
depends="python3 py3-decorator py3-appdirs py3-six py3-numpy"
makedepends="py3-setuptools"