git: 643374a17483 - main - net/py-eventlet: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 14:11:49 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=643374a174833454de44c6d7e5dc33722872f312 commit 643374a174833454de44c6d7e5dc33722872f312 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-13 14:10:59 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-13 14:10:59 +0000 net/py-eventlet: Add CPE information Approved by: portmgr (blanket) --- 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 3a44bdce8857..b57a0f555065 100644 --- a/net/py-eventlet/Makefile +++ b/net/py-eventlet/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes