diff --git a/testing/py-matplotlib/APKBUILD b/testing/py-matplotlib/APKBUILD
index 6ebea85bafe1d627ba037cd68bddafb57f980777..630de67fe040af2e0c7fcc1e7b977e930a6a1ecc 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"