summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 20:32:21 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 21:00:06 +0800
commit5d485f62c6dbdf09c8801c196f00f43a1d54cce4 (patch)
treec6545cd713d3865f73380e81e44185defdb6cc8d /dns
parentdevel/py-yaspin: Update to 2.3.0 (diff)
dns/py-dns-crawler: Update version requirement of RUN_DEPENDS
Diffstat (limited to 'dns')
-rw-r--r--dns/py-dns-crawler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-dns-crawler/Makefile b/dns/py-dns-crawler/Makefile
index fdd363dd23ec..c946d85ca1fd 100644
--- a/dns/py-dns-crawler/Makefile
+++ b/dns/py-dns-crawler/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.3.0:devel/py-asn1crypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cert-human>=1.0.7:security/py-cert-human@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=2.8:security/py-cryptography@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dnspython>=0,1:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ecdsa>=0.15:security/py-ecdsa@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}forcediphttpsadapter>=1.0.1:www/py-forcediphttpsadapter@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}GeoIP2>=3.0.0:net/py-GeoIP2@${PY_FLAVOR} \