aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:45:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:45:43 +0000
commit69ff85afd3189499ea1fd658605a0bb07f84e383 (patch)
treef7d7bfa622fa4c3a74312ec547e579ad70a62ecb
parentd1890bbadef3a55a1250d82c0f2a8c88922424c1 (diff)
downloadports-69ff85afd3189499ea1fd658605a0bb07f84e383.tar.gz
ports-69ff85afd3189499ea1fd658605a0bb07f84e383.zip
devel/py-aiosignal: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
-rw-r--r--devel/py-aiosignal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-aiosignal/Makefile b/devel/py-aiosignal/Makefile
index bffcc8b593fc..b95e21c48a94 100644
--- a/devel/py-aiosignal/Makefile
+++ b/devel/py-aiosignal/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/aio-libs/aiosignal
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=51.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.36:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozenlist>=1.1.0:devel/py-frozenlist@${PY_FLAVOR}