Date: Wed, 29 Mar 2023 14:02:20 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 22c31d167011 - main - math/py-cmyt: explicitly add setuptools to BUILD_DEPENDS Message-ID: <202303291402.32TE2KrK060916@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=22c31d167011bbf3de67fee9b20845daf7bf7f8e commit 22c31d167011bbf3de67fee9b20845daf7bf7f8e Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-03-29 14:01:49 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-03-29 14:01:49 +0000 math/py-cmyt: explicitly add setuptools to BUILD_DEPENDS PR: 270243 --- math/py-cmyt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/py-cmyt/Makefile b/math/py-cmyt/Makefile index 62be60ee2662..4fbf7e89186c 100644 --- a/math/py-cmyt/Makefile +++ b/math/py-cmyt/Makefile @@ -10,7 +10,8 @@ WWW= https://yt-project.org/ LICENSE= BSD3CLAUSE -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>=3.2.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>=8.4:devel/py-more-itertools@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303291402.32TE2KrK060916>