aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-03-29 01:15:21 +0000
committerCharlie Li <vishwin@FreeBSD.org>2023-03-29 01:15:21 +0000
commit18034f3c639fffa31e473e3e933146681373b8cf (patch)
tree9102dd5fed6271c0dcdda578d7422179c0cd9aa8
parent585b5983c2a3a00fd73c45c0485df847139e02b4 (diff)
downloadports-18034f3c639fffa31e473e3e933146681373b8cf.tar.gz
ports-18034f3c639fffa31e473e3e933146681373b8cf.zip
devel/py-itertree: explicitly add setuptools to BUILD_DEPENDS
PR: 270243
-rw-r--r--devel/py-itertree/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-itertree/Makefile b/devel/py-itertree/Makefile
index 6fd6b17b1ef6..689b3498dffe 100644
--- a/devel/py-itertree/Makefile
+++ b/devel/py-itertree/Makefile
@@ -11,7 +11,8 @@ WWW= https://github.com/BR1py/itertree
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= pep517 autoplist pytest