aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-matplotlib
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-29 14:01:53 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-29 14:03:09 +0200
commit014ce40433767fbc5c6a4fc8c266bfcf6fce6d18 (patch)
treed98e1bf71b801d75be3974fbd1c41f566ab6ab84 /testing/py-matplotlib
parentb900ab2d0a148f94324c578a6b6cd44198ea2a56 (diff)
testing/py-matplotlib: fix python2 depends
Diffstat (limited to 'testing/py-matplotlib')
-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 6ebea85bafe..630de67fe04 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"