diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-26 18:55:43 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-26 18:55:43 +0000 |
commit | d5409f57dd274647052e4a4d2057e1232a2a36a6 (patch) | |
tree | e42af2ebc39e498993eebeeee9369668d8655979 /testing | |
parent | 4632a8136c06be349b6ecded0ace22efeafd7aae (diff) | |
download | aports-d5409f57dd274647052e4a4d2057e1232a2a36a6.tar.bz2 aports-d5409f57dd274647052e4a4d2057e1232a2a36a6.tar.xz |
testing/py-matplotlib: Fix dependency name
This package is depending on a package that does not exist. It depends
on py2-tkinter, but the real package name is python2-tkinter. Fixing it.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-matplotlib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-matplotlib/APKBUILD b/testing/py-matplotlib/APKBUILD index adb8bb0dc6..36cff4233c 100644 --- a/testing/py-matplotlib/APKBUILD +++ b/testing/py-matplotlib/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python library for plots" url="http://matplotlib.org" arch="all" license="custom" -depends="python2 py-numpy py2-tkinter py-dateutil py-parsing py-tz py-cycler" +depends="python2 py-numpy 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" |