git: e8c68d7947d8 - main - misc/py-cinder: Fix typo and sort USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:47:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8c68d7947d8dc9ac457aac58b0250a13e01c15d commit e8c68d7947d8dc9ac457aac58b0250a13e01c15d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:31:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:40:11 +0000 misc/py-cinder: Fix typo and sort USES --- misc/py-cinder/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-cinder/Makefile b/misc/py-cinder/Makefile index 1d46cd0b71d4..21501d925972 100644 --- a/misc/py-cinder/Makefile +++ b/misc/py-cinder/Makefile @@ -74,7 +74,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tooz>=1.58.0:devel/py-tooz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} -USES= cpe python pycryptopgraphy:run +USES= cpe pycryptography:run python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes