git: 46612b2eefaa - main - net/py-eventlet: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:10:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=46612b2eefaa8c5e7d012e8f99182e409ec9daee commit 46612b2eefaa8c5e7d012e8f99182e409ec9daee Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:33:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 13:00:12 +0000 net/py-eventlet: Update version requirement of RUN_DEPENDS --- net/py-eventlet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/py-eventlet/Makefile b/net/py-eventlet/Makefile index d5887a1aa441..e5c4c3ad00f3 100644 --- a/net/py-eventlet/Makefile +++ b/net/py-eventlet/Makefile @@ -11,7 +11,7 @@ WWW= https://eventlet.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0,1:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3:devel/py-greenlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}