git: 7e23df79aa32 - main - devel/py-fastnumbers: explicitly add setuptools to BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 01:17:22 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e23df79aa323fceacdeefa1edf0fc7397647512 commit 7e23df79aa323fceacdeefa1edf0fc7397647512 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-03-29 01:12:16 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-03-29 01:12:16 +0000 devel/py-fastnumbers: explicitly add setuptools to BUILD_DEPENDS PR: 270243 --- devel/py-fastnumbers/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-fastnumbers/Makefile b/devel/py-fastnumbers/Makefile index 16c4a201c294..238eddee0d10 100644 --- a/devel/py-fastnumbers/Makefile +++ b/devel/py-fastnumbers/Makefile @@ -11,7 +11,8 @@ WWW= https://github.com/SethMMorton/fastnumbers 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} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} USES= python:3.5+