diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-01 00:32:08 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-01 00:40:12 +0800 |
commit | 993b60b1fa6a50b236bae990a9e7d1c9c208cfd2 (patch) | |
tree | 8d56228957c0d92902b2bc33a34ec749d2c70d34 /security/py-asyncssh | |
parent | science/py-eccodes: Update to 1.6.0 (diff) |
security/py-asyncssh: Sort USES
Diffstat (limited to 'security/py-asyncssh')
-rw-r--r-- | security/py-asyncssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |