aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:32:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:40:15 +0000
commit32cada55aa82b699467eb0b7cbd893100abb4815 (patch)
treef42adf34da78634f9ba7bdac3534b6f9cfc7f50d
parent8e9baa1b4f4a93009877a5e1ac8b79ae482f34aa (diff)
downloadports-32cada55aa82b699467eb0b7cbd893100abb4815.tar.gz
ports-32cada55aa82b699467eb0b7cbd893100abb4815.zip
security/py-pyspnego: Sort USES
-rw-r--r--security/py-pyspnego/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-pyspnego/Makefile b/security/py-pyspnego/Makefile
index b403ea8ca8b9..b5cfc544b99f 100644
--- a/security/py-pyspnego/Makefile
+++ b/security/py-pyspnego/Makefile
@@ -11,10 +11,10 @@ WWW= https://github.com/jborean93/pyspnego
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-USES= python pycryptography:run
+USES= pycryptography:run python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes