aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:47:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:47:43 +0000
commit7f1b56b322c838e2a3300249392f73cab558283f (patch)
treebc03bc44bed3a4a8313ee0b5d44bf7f09d202ab1
parent652b73427ec66bcb229c1ef5e237f0729fa50914 (diff)
downloadports-7f1b56b322c838e2a3300249392f73cab558283f.tar.gz
ports-7f1b56b322c838e2a3300249392f73cab558283f.zip
www/py-feedgenerator: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
-rw-r--r--www/py-feedgenerator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-feedgenerator/Makefile b/www/py-feedgenerator/Makefile
index 28424069ef59..d0a8b4fb5c25 100644
--- a/www/py-feedgenerator/Makefile
+++ b/www/py-feedgenerator/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/getpelican/feedgenerator
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR}