Date: Wed, 29 Mar 2023 14:02:18 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: 5c98df76a323 - main - graphics/py-moderngl: explicitly add setuptools to BUILD_DEPENDS Message-ID: <202303291402.32TE2IDS060878@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=5c98df76a3237ae0708819837f54f34fd3b04abf commit 5c98df76a3237ae0708819837f54f34fd3b04abf Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-03-29 13:59:27 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-03-29 13:59:27 +0000 graphics/py-moderngl: explicitly add setuptools to BUILD_DEPENDS PR: 270243 --- graphics/py-moderngl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/py-moderngl/Makefile b/graphics/py-moderngl/Makefile index fcb2550ccd21..447e389cdf37 100644 --- a/graphics/py-moderngl/Makefile +++ b/graphics/py-moderngl/Makefile @@ -11,7 +11,8 @@ WWW= https://moderngl.readthedocs.io/en/latest/ 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} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}glcontext>=2.3.6<3:graphics/py-glcontext@${PY_FLAVOR} TEST_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.2.1:science/py-scipy@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303291402.32TE2IDS060878>