summaryrefslogtreecommitdiff
path: root/math/py-scipy
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn@pkgsrc.org>2018-08-20 22:36:20 +0000
committerszptvlfn <szptvlfn@pkgsrc.org>2018-08-20 22:36:20 +0000
commit945eaf659d8a7124a322e1b7c868bdf51436f437 (patch)
tree538e973043f39005b3068b9d0bd2c3738e56f43e /math/py-scipy
parent467f1cf071781548a49b47c8f0460d049785f3c8 (diff)
downloadpkgsrc-945eaf659d8a7124a322e1b7c868bdf51436f437.tar.gz
BUILD_DEPENDS+= -> TEST_DEPENDS+=
Diffstat (limited to 'math/py-scipy')
-rw-r--r--math/py-scipy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile
index 519da002231..43e70082d6b 100644
--- a/math/py-scipy/Makefile
+++ b/math/py-scipy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2018/07/05 04:31:05 minskim Exp $
+# $NetBSD: Makefile,v 1.35 2018/08/20 22:36:21 szptvlfn Exp $
DISTNAME= scipy-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -97,8 +97,7 @@ fix-darwin-install-name:
done
.endif
-# TEST_DEPENDS
-BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
# support files for tests missing in 0.18.0 on pypi
# https://github.com/scipy/scipy/issues/6498