diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-07-31 16:32:53 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-07-31 16:40:16 +0000 |
commit | ca489faf94364abd62749a5b19f0a93704540276 (patch) | |
tree | c06e8fcb85417c1dda19207734a4e98a3f8d5eac | |
parent | 27fe4dde6b108f59a54a302aab3c84262f587429 (diff) |
security/py-sshpubkeys: Sort USES
-rw-r--r-- | security/py-sshpubkeys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-sshpubkeys/Makefile b/security/py-sshpubkeys/Makefile index 0c206146df8f..bd4f2d0eeed7 100644 --- a/security/py-sshpubkeys/Makefile +++ b/security/py-sshpubkeys/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.13:security/py-ecdsa@${PY_FLAVOR} -USES= python pycryptography:run +USES= pycryptography:run python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |