Date: Mon, 31 Jul 2023 16:47:18 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 993b60b1fa6a - main - security/py-asyncssh: Sort USES Message-ID: <202307311647.36VGlIlH081010@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307311647.36VGlIlH081010>