aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-matplotlib/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-matplotlib/APKBUILD')
-rw-r--r--testing/py-matplotlib/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-matplotlib/APKBUILD b/testing/py-matplotlib/APKBUILD
index 45e057e3f6..479651dca9 100644
--- a/testing/py-matplotlib/APKBUILD
+++ b/testing/py-matplotlib/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-matplotlib
_pkgname=matplotlib
pkgver=1.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="A Python library for plots"
url="http://matplotlib.org"
-arch="all !s390x"
+arch="all"
license="custom"
-depends="python2 py-numpy python2-tkinter py-dateutil py-parsing py-tz py-cycler"
+depends="python2 py-numpy>=1.14.3-r1 python2-tkinter py-dateutil py-parsing py-tz py-cycler"
makedepends="python2-dev gfortran py-numpy-dev freetype-dev libpng-dev tk-dev
py-setuptools"
subpackages="$pkgname-doc $pkgname-tests"