git: 18034f3c639f - main - devel/py-itertree: explicitly add setuptools to BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 01:17:24 UTC
The branch main has been updated by vishwin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=18034f3c639fffa31e473e3e933146681373b8cf
commit 18034f3c639fffa31e473e3e933146681373b8cf
Author: Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-03-29 01:15:21 +0000
Commit: Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-03-29 01:15:21 +0000
devel/py-itertree: explicitly add setuptools to BUILD_DEPENDS
PR: 270243
---
devel/py-itertree/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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