aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-matplotlib
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:36:43 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:36:43 +0000
commit7939f69f8804da546bc3cd20beabacd0cd6ea8c9 (patch)
tree6a758506c3ee7b7d94be91a8f837ec520e6ef0e0 /community/py3-matplotlib
parent54f744cf121dddcf2113a8b07f9badd703987948 (diff)
downloadaports-7939f69f8804da546bc3cd20beabacd0cd6ea8c9.tar.bz2
aports-7939f69f8804da546bc3cd20beabacd0cd6ea8c9.tar.xz
community: disable packages which depend on numpy on mips
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"