Date: Tue, 27 Feb 2024 20:15:13 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: 5d165186d6d5 - main - devel/py-sqids: add ${PY_SETUPTOOLS} to BUILD_DEPENDS Message-ID: <202402272015.41RKFDxi044177@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=5d165186d6d5aae890fa5591581d96c647433ddd commit 5d165186d6d5aae890fa5591581d96c647433ddd Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-02-27 20:10:32 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-02-27 20:10:32 +0000 devel/py-sqids: add ${PY_SETUPTOOLS} to BUILD_DEPENDS setuptools-scm is not a PEP-517 build backend; add the real one. Otherwise this build will fail once the linked PR is committed. PR: 272134 --- devel/py-sqids/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-sqids/Makefile b/devel/py-sqids/Makefile index 2e61457dc049..fd7c3b5d547c 100644 --- a/devel/py-sqids/Makefile +++ b/devel/py-sqids/Makefile @@ -11,7 +11,8 @@ WWW= https://sqids.org/python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402272015.41RKFDxi044177>