git: 993b60b1fa6a - main - security/py-asyncssh: Sort USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:47:18 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=993b60b1fa6a50b236bae990a9e7d1c9c208cfd2 commit 993b60b1fa6a50b236bae990a9e7d1c9c208cfd2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:32:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:40:12 +0000 security/py-asyncssh: Sort USES --- security/py-asyncssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile index 58199d6118c9..b7ed5541ee8b 100644 --- a/security/py-asyncssh/Makefile +++ b/security/py-asyncssh/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6:devel/py-typing-extensions@${PY_FLAVOR} -USES= cpe python pycryptography:run +USES= cpe pycryptography:run python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes