diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-29 14:01:53 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-29 14:03:09 +0200 |
commit | 014ce40433767fbc5c6a4fc8c266bfcf6fce6d18 (patch) | |
tree | d98e1bf71b801d75be3974fbd1c41f566ab6ab84 /testing/py-matplotlib | |
parent | b900ab2d0a148f94324c578a6b6cd44198ea2a56 (diff) | |
download | aports-014ce40433767fbc5c6a4fc8c266bfcf6fce6d18.tar.bz2 aports-014ce40433767fbc5c6a4fc8c266bfcf6fce6d18.tar.xz |
testing/py-matplotlib: fix python2 depends
Diffstat (limited to 'testing/py-matplotlib')
-rw-r--r-- | testing/py-matplotlib/APKBUILD | 6 |
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" |