diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:32:21 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 13:00:06 +0000 |
commit | 5d485f62c6dbdf09c8801c196f00f43a1d54cce4 (patch) | |
tree | c6545cd713d3865f73380e81e44185defdb6cc8d | |
parent | 955f99881349df6d6aae743415a36eac2d07014d (diff) |
dns/py-dns-crawler: Update version requirement of RUN_DEPENDS
-rw-r--r-- | dns/py-dns-crawler/Makefile | 2 |
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} \ |