aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-matplotlib
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-matplotlib')
-rw-r--r--community/py3-matplotlib/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py3-matplotlib/APKBUILD b/community/py3-matplotlib/APKBUILD
index d3589f2d8a..7904168c97 100644
--- a/community/py3-matplotlib/APKBUILD
+++ b/community/py3-matplotlib/APKBUILD
@@ -6,7 +6,8 @@ pkgver=3.2.1
pkgrel=0
pkgdesc="Python3 library for plots"
url="https://matplotlib.org"
-arch="all"
+# mips blocked due to py3-numpy
+arch="all !mips !mips64"
license="Python-2.0"
depends="py3-numpy py3-dateutil py3-parsing py3-tz py3-cycler py3-cairo py3-kiwisolver
python3-tkinter"