summaryrefslogtreecommitdiff
path: root/math/py-pandas
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-15 16:47:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-15 16:47:38 +0000
commit02f1958821b28fd0ec900305809ac26b7212a9dd (patch)
tree15598f093dc6cd06ec4c9a586c9559f6796af2f0 /math/py-pandas
parentStagify. (diff)
Fix 2 DEPENDS lines
Notes
Notes: svn path=/head/; revision=357903
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 6b50697489a1..e4293e13ac52 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -26,7 +26,7 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \
${PYTHON_PKGNAMEPREFIX}numexpr>0:${PORTSDIR}/math/py-numexpr \
${PYTHON_PKGNAMEPREFIX}scipy>0:${PORTSDIR}/science/py-scipy \
- ${PYTHON_PKGNAMEPREFIX}openpyxl<2.0.0:${PORTSDIR}/textproc/py-openpyxl1 \
+ ${PYTHON_PKGNAMEPREFIX}openpyxl1<2.0.0:${PORTSDIR}/textproc/py-openpyxl1 \
${PYTHON_PKGNAMEPREFIX}xlrd>0:${PORTSDIR}/textproc/py-xlrd \
${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt \
${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:${PORTSDIR}/www/py-beautifulsoup \
@@ -65,7 +65,7 @@ BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:${PORTSDIR}/devel/py-boto
TABLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tables>0:${PORTSDIR}/devel/py-tables
LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml
HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib
-OPENPYXL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl<2.0.0:${PORTSDIR}/textproc/py-openpyxl1
+OPENPYXL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl1<2.0.0:${PORTSDIR}/textproc/py-openpyxl1
XLRD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>0:${PORTSDIR}/textproc/py-xlrd
XLWT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt