aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 01:57:08 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 02:00:24 +0000
commit34b8ceb3df17a3c33cd479e0b697d4606608d93a (patch)
treeed9c4ad409597e30de9f54e8d7e299485ec76885
parent74187afa7b529fcd107c7ae4e0ce802ad6b25f94 (diff)
downloadports-34b8ceb3df17a3c33cd479e0b697d4606608d93a.tar.gz
ports-34b8ceb3df17a3c33cd479e0b697d4606608d93a.zip
security/py-cert-human: Update version requirement of RUN_DEPENDS
-rw-r--r--security/py-cert-human/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-cert-human/Makefile b/security/py-cert-human/Makefile
index a6f9e87d3cc8..4b19eac83142 100644
--- a/security/py-cert-human/Makefile
+++ b/security/py-cert-human/Makefile
@@ -13,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0.0:dns/py-idna@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}openssl>=0.14,1:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
USES= python