summaryrefslogtreecommitdiffstats
path: root/testing/py-gnuplot/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-gnuplot/APKBUILD')
-rw-r--r--testing/py-gnuplot/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-gnuplot/APKBUILD b/testing/py-gnuplot/APKBUILD
index 7c4a2a6576b..12d18c3a0d5 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=""