aboutsummaryrefslogtreecommitdiff
path: root/devel/py-hypothesis
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-21 09:19:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-21 09:19:38 +0000
commit9f80776a7fe37e3abb0ce5ecba2cce4c40d7c2f0 (patch)
tree8d154d509145bd0aab2463855f223f809de0e8d3 /devel/py-hypothesis
parente6476a33808ef1490934b395898b41649cc3bb4d (diff)
downloadports-9f80776a7fe37e3abb0ce5ecba2cce4c40d7c2f0.tar.gz
ports-9f80776a7fe37e3abb0ce5ecba2cce4c40d7c2f0.zip
Update version requirement of RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=555843
Diffstat (limited to 'devel/py-hypothesis')
-rw-r--r--devel/py-hypothesis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index d3f295ec18ca..d05655bb1c2f 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -43,7 +43,7 @@ DPCONTRACTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}dpcontracts>=0.4:devel/py-dpcontr
GHOSTWRITER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${PY_FLAVOR}
LARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark-parser>=0.6.5:devel/py-lark-parser@${PY_FLAVOR}
NUMPY_RUN_DEPENDS= ${PYNUMPY}
-PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.19:math/py-pandas@${PY_FLAVOR}
+PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.19,1:math/py-pandas@${PY_FLAVOR}
PYTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.3:devel/py-pytest@${PY_FLAVOR}
PYTZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2014.1:devel/py-pytz@${PY_FLAVOR}
REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR}