aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-scipy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-scipy/APKBUILD')
-rw-r--r--testing/py-scipy/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-scipy/APKBUILD b/testing/py-scipy/APKBUILD
index c9097bec4e..b1fb0f1e8e 100644
--- a/testing/py-scipy/APKBUILD
+++ b/testing/py-scipy/APKBUILD
@@ -3,14 +3,14 @@
pkgname=py-scipy
_pkgname=scipy
pkgver=0.14.0
-pkgrel=0
+pkgrel=1
pkgdesc="Python library for scientific computing"
url="http://www.scipy.org"
arch="all"
license="BSD"
depends="python"
-depends_dev=""
-makedepends="python-dev gfortran py-numpy-dev openblas-dev py-setuptools"
+depends_dev="python-dev gfortran py-numpy-dev openblas-dev"
+makedepends="$depends_dev py-setuptools"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://sourceforge.net/projects/scipy/files/scipy/$pkgver/scipy-$pkgver.tar.gz"