git: bc1b579fbe80 - main - math/py-chaospy: explicitly add setuptools to BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 14:02:19 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc1b579fbe80e4db2df7af54d19f95d2a4880158 commit bc1b579fbe80e4db2df7af54d19f95d2a4880158 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-03-29 14:00:43 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-03-29 14:00:43 +0000 math/py-chaospy: explicitly add setuptools to BUILD_DEPENDS PR: 270243 --- math/py-chaospy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/py-chaospy/Makefile b/math/py-chaospy/Makefile index 8e4731f5ed0a..5a47909fb809 100644 --- a/math/py-chaospy/Makefile +++ b/math/py-chaospy/Makefile @@ -12,7 +12,8 @@ WWW= https://github.com/jonathf/chaospy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpoly>0:math/py-numpoly@${PY_FLAVOR} \