aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:45:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:45:54 +0000
commit31356f6001cc0ac0fac9a90bdce3871c235f4753 (patch)
tree940247e75ef89a4e89982522439f85c33987750e
parent65cb9ee471b245ab6d685b9793cd8c4593bb9f65 (diff)
downloadports-31356f6001cc0ac0fac9a90bdce3871c235f4753.tar.gz
ports-31356f6001cc0ac0fac9a90bdce3871c235f4753.zip
devel/py-backports.cached-property: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
-rw-r--r--devel/py-backports.cached-property/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-backports.cached-property/Makefile b/devel/py-backports.cached-property/Makefile
index ae5841657492..a792574e02fb 100644
--- a/devel/py-backports.cached-property/Makefile
+++ b/devel/py-backports.cached-property/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/penguinolog/backports.cached_property
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}