diff options
Diffstat (limited to 'testing/py-gnuplot/APKBUILD')
-rw-r--r-- | testing/py-gnuplot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-gnuplot/APKBUILD b/testing/py-gnuplot/APKBUILD index 7c4a2a6576..12d18c3a0d 100644 --- a/testing/py-gnuplot/APKBUILD +++ b/testing/py-gnuplot/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python interface to the gnuplot plotting program." url="http://gnuplot-py.sourceforge.net" arch="noarch" license="LGPL" -depends="python py-numpy gnuplot" +depends="python2 py-numpy gnuplot" depends_dev="" makedepends="$depends_dev python2-dev" install="" |