From d5409f57dd274647052e4a4d2057e1232a2a36a6 Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Wed, 26 Apr 2017 18:55:43 +0000 Subject: 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. --- testing/py-matplotlib/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/py-matplotlib') 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" -- cgit v1.2.3