Date: Wed, 29 Mar 2023 01:17:21 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: a93a043ee397 - main - devel/py-dill: explicitly add setuptools to BUILD_DEPENDS Message-ID: <202303290117.32T1HLIc094246@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=a93a043ee3974e2d4e0b22ca897476acaf93c13f commit a93a043ee3974e2d4e0b22ca897476acaf93c13f Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-03-29 01:11:25 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-03-29 01:11:25 +0000 devel/py-dill: explicitly add setuptools to BUILD_DEPENDS PR: 270243 --- devel/py-dill/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-dill/Makefile b/devel/py-dill/Makefile index 37cdc8838be0..59bb839ba1df 100644 --- a/devel/py-dill/Makefile +++ b/devel/py-dill/Makefile @@ -11,7 +11,8 @@ WWW= https://dill.readthedocs.io/en/latest/ LICENSE= BSD3CLAUSE 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 concurrent autoplist pytest # tests fail, see https://github.com/uqfoundation/dill/issues/578
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303290117.32T1HLIc094246>