diff options
author | kamil <kamil@pkgsrc.org> | 2016-10-12 10:37:18 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-10-12 10:37:18 +0000 |
commit | d3516c17cf64944a30332409ca73d4002ed627cd (patch) | |
tree | 296ba797f2f39b29252e8f2308f781be82afcc41 /math | |
parent | b69eabe50648b4cf86df392f8fa7df8ec3495da3 (diff) | |
download | pkgsrc-d3516c17cf64944a30332409ca73d4002ed627cd.tar.gz |
Mark py-numpy and py-scipy as explicit dependencies.
No PKGREVISION bump as it's a very new package.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-abcpmc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/py-abcpmc/Makefile b/math/py-abcpmc/Makefile index 923091dbb8b..6161ed33b8b 100644 --- a/math/py-abcpmc/Makefile +++ b/math/py-abcpmc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/10/12 00:27:00 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2016/10/12 10:37:18 kamil Exp $ DISTNAME= abcpmc-0.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,9 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test BUILD_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six -BUILD_DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy + +DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy +DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |