diff options
author | minskim <minskim@pkgsrc.org> | 2018-07-05 01:21:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-07-05 01:21:05 +0000 |
commit | 805e0959216ce39040798b5162e132839cdeb9f0 (patch) | |
tree | a0a14ef4be9b611c9d2e4104b98d1d8a41e4daf6 /math/py-pandas | |
parent | 30d38d1ac9a2984b36ae8ec06b47178884f5397c (diff) | |
download | pkgsrc-805e0959216ce39040798b5162e132839cdeb9f0.tar.gz |
Update path to math/py-tables
Diffstat (limited to 'math/py-pandas')
-rw-r--r-- | math/py-pandas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index 2b5fc4cd365..7a00dfb7bca 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2018/07/04 06:50:04 adam Exp $ +# $NetBSD: Makefile,v 1.25 2018/07/05 01:21:05 minskim Exp $ DISTNAME= pandas-0.23.1 PKGREVISION= 1 @@ -18,7 +18,7 @@ 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}-sqlite3-[0-9]*:../../databases/py-sqlite3 -DEPENDS+= ${PYPKGPREFIX}-tables>=2.2:../../math/py-pytables +DEPENDS+= ${PYPKGPREFIX}-tables>=2.2:../../math/py-tables TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose # 20 test failures as of 0.18.1, see # https://github.com/pydata/pandas/issues/12337 |