aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-24 20:22:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-24 20:22:09 +0000
commitb63b1d9a4e6d84f077bb8cd4d0c869954683a86e (patch)
tree9332d7493adfc2992e3dbf2dab3ee08fcbe14fec
parent7f6ca832a761d249c6e4ef25462c97d6426c0547 (diff)
downloadports-b63b1d9a4e6d84f077bb8cd4d0c869954683a86e.tar.gz
ports-b63b1d9a4e6d84f077bb8cd4d0c869954683a86e.zip
textproc/py-elasticsearch6: Update version requirement of RUN_DEPENDS
-rw-r--r--textproc/py-elasticsearch6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-elasticsearch6/Makefile b/textproc/py-elasticsearch6/Makefile
index 9c0fc528280d..76aa61492433 100644
--- a/textproc/py-elasticsearch6/Makefile
+++ b/textproc/py-elasticsearch6/Makefile
@@ -13,7 +13,7 @@ COMMENT= Official Python low-level client for Elasticsearch
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1,1:net/py-urllib3@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \