aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 01:56:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 02:00:23 +0000
commitb0ad25515dfa70270d4dce3a619d8380bca8b3b6 (patch)
treedf3405c288ce6d0aca45535f0d287663cd89869b
parente04ea855291c47a69d1aa87d69106795fa0ffdbc (diff)
downloadports-b0ad25515dfa70270d4dce3a619d8380bca8b3b6.tar.gz
ports-b0ad25515dfa70270d4dce3a619d8380bca8b3b6.zip
net/py-python-glanceclient: Update version requirement of RUN_DEPENDS
-rw-r--r--net/py-python-glanceclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-python-glanceclient/Makefile b/net/py-python-glanceclient/Makefile
index e2ea15f1d1dc..55fea06cf794 100644
--- a/net/py-python-glanceclient/Makefile
+++ b/net/py-python-glanceclient/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.6.2:devel/py-keystoneauth1@
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.1:devel/py-prettytable0@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>=17.1.0:security/py-openssl@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}openssl>=17.1.0,1:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}warlock>=1.2.0:devel/py-warlock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wrapt>=1.7.0:devel/py-wrapt@${PY_FLAVOR}