summaryrefslogtreecommitdiff
path: root/math/py-pandas
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-15 07:24:06 +0000
committerwiz <wiz>2016-07-15 07:24:06 +0000
commit30b78926f36303bed7cddb84670f5e562283845b (patch)
tree9b400b5e3f47aff250cdcf88e2e47f324ecb1da5 /math/py-pandas
parent1564b9fb172e39f6df23e634a6d555b459516668 (diff)
downloadpkgsrc-30b78926f36303bed7cddb84670f5e562283845b.tar.gz
Do not include py-numexpr/bl3.mk, just DEPEND on it.
Diffstat (limited to 'math/py-pandas')
-rw-r--r--math/py-pandas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index 186266ec17d..f877461eba9 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/06/08 17:43:35 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/07/15 07:24:06 wiz Exp $
DISTNAME= pandas-0.17.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE= http://pandas.pydata.org/
COMMENT= Python Data Analysis Library
LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-numexpr-[0-9]*:../../math/py-numexpr
DEPENDS+= ${PYPKGPREFIX}-pytz>=1.5:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-pytables>=2.2:../../math/py-pytables
@@ -28,6 +29,5 @@ USE_LANGUAGES= c c++
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../math/py-numpy/buildlink3.mk"
-.include "../../math/py-numexpr/buildlink3.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"