aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-numpy
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-04-25 08:52:09 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-04-25 08:52:09 +0000
commit7df426279dc321ddbe641f697557084c84f0bd1c (patch)
treef44e0528c23ef12a7890952a2ac1994070535c12 /testing/py-numpy
parent9c7f7953dca42500c91cd7904fd872e007c69c48 (diff)
downloadaports-7df426279dc321ddbe641f697557084c84f0bd1c.tar.bz2
aports-7df426279dc321ddbe641f697557084c84f0bd1c.tar.xz
testing/py-numpy: added py-numpy to -dev. Fixes #5485
Diffstat (limited to 'testing/py-numpy')
-rw-r--r--testing/py-numpy/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-numpy/APKBUILD b/testing/py-numpy/APKBUILD
index 7bf76129a3..24f7f83c8a 100644
--- a/testing/py-numpy/APKBUILD
+++ b/testing/py-numpy/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py-numpy
_pkgname=numpy
pkgver=1.11.0
-pkgrel=0
+pkgrel=1
pkgdesc="Scientific tools for Python"
url="http://numpy.scipy.org/"
arch="all"
license="BSD"
depends="gfortran"
-depends_dev="python-dev openblas-dev py-setuptools py-nose cython-dev"
+depends_dev="python-dev openblas-dev py-setuptools py-nose cython-dev py-numpy"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"