aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-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 6ebea85baf..630de67fe0 100644
--- a/testing/py-matplotlib/APKBUILD
+++ b/testing/py-matplotlib/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py-matplotlib
_pkgname=matplotlib
pkgver=1.5.1
-pkgrel=0
+pkgrel=1
pkgdesc="A Python library for plots"
url="http://matplotlib.org"
arch="all"
license="custom"
-depends="python py-numpy py-tkinter py-dateutil py-parsing py-tz py-cycler"
-makedepends="python-dev gfortran py-numpy-dev freetype-dev libpng-dev tk-dev
+depends="python2 py-numpy py2-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"
source="$_pkgname-$pkgver.tar.gz::https://github.com/matplotlib/$_pkgname/archive/v$pkgver.tar.gz"