summaryrefslogtreecommitdiffstats
path: root/testing/py-scipy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-scipy/APKBUILD')
-rw-r--r--testing/py-scipy/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-scipy/APKBUILD b/testing/py-scipy/APKBUILD
index 8f745b6383c..a2f877a2740 100644
--- a/testing/py-scipy/APKBUILD
+++ b/testing/py-scipy/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Python library for scientific computing"
url="http://www.scipy.org"
arch="all"
license="BSD"
-depends="python py-numpy"
+depends="python2 py-numpy"
depends_dev="python2-dev gfortran py-numpy-dev openblas-dev"
makedepends="$depends_dev py-setuptools"
install=""