Date: Tue, 13 Jan 2026 17:45:07 +0000 From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f8ba202259b8 - main - devel/py-dbt-extractor: fix build with python 3.12 Message-ID: <696684a3.373d9.10af8ca3@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8ba202259b860b5657760070661998dfac46833 commit f8ba202259b860b5657760070661998dfac46833 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2026-01-13 17:41:37 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2026-01-13 17:41:37 +0000 devel/py-dbt-extractor: fix build with python 3.12 PR: 285957 --- devel/py-dbt-extractor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-dbt-extractor/Makefile b/devel/py-dbt-extractor/Makefile index 22120da5805d..4a5735a6ea1c 100644 --- a/devel/py-dbt-extractor/Makefile +++ b/devel/py-dbt-extractor/Makefile @@ -14,7 +14,8 @@ WWW= https://github.com/dbt-labs/dbt-extractor/ LICENSE= APACHE20 BUILD_DEPENDS= maturin:devel/py-maturin@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tree-sitter>0:devel/py-tree-sitter@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tree-sitter>0:devel/py-tree-sitter@${PY_FLAVOR} \ + ${PY_SETUPTOOLS} USES= cargo python USE_PYTHON= autoplist concurrent pep517home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696684a3.373d9.10af8ca3>
