From ca489faf94364abd62749a5b19f0a93704540276 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 1 Aug 2023 00:32:53 +0800 Subject: [PATCH] security/py-sshpubkeys: Sort USES --- security/py-sshpubkeys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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