https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293530
--- Comment #1 from Michael Osipov <[email protected]> --- Applied the following patch and it both built for me and the subsequent ports: root@deblndw011x:/var/poudriere/ports/default-head/devel/py-setuptools-scm (main %=) # cat files/patch-pyproject.toml --- pyproject.toml.orig 2026-03-01 18:01:34 UTC +++ pyproject.toml @@ -4,7 +4,7 @@ build-backend = "_own_version_helper:build_meta" requires = [ "setuptools>=61", - 'tomli<=2.0.2; python_version < "3.11"', + 'tomli>1; python_version < "3.11"', ] backend-path = [ ".", -- You are receiving this mail because: You are the assignee for the bug.
