~alpine/aports

testing/py-numpy: fix $depends_dev v1 PROPOSED

Stuart Cardall: 1
 testing/py-numpy: fix $depends_dev

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2716/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/py-numpy: fix $depends_dev Export this patch

closes https://bugs.alpinelinux.org/issues/5485
---
 testing/py-numpy/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/py-numpy/APKBUILD b/testing/py-numpy/APKBUILD
index 7bf7612..2311b9b 100644
--- a/testing/py-numpy/APKBUILD
+++ b/testing/py-numpy/APKBUILD
@@ -9,7 +9,7 @@ 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"
-- 
2.8.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---