testing/py-matplotlib: fix python2 depends

This commit is contained in:
Jakub Jirutka 2016-08-29 14:01:53 +02:00
parent b900ab2d0a
commit 014ce40433

View File

@ -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"