Control: tags -1 + patch On Wed, Mar 12, 2025 at 04:30:41PM +0000, Santiago Vila wrote: > Package: src:debmake > Version: 4.5.1-1 > Severity: serious > Tags: ftbfs trixie sid > > Dear maintainer: > > During a rebuild of all packages in unstable, your package failed to build: > > -------------------------------------------------------------------------------- > [...] > Traceback (most recent call last): > File "/usr/lib/python3/dist-packages/pyproject_hooks/_impl.py", line 402, > in _call_hook > raise BackendUnavailable( > ...<4 lines>... > ) > pyproject_hooks._impl.BackendUnavailable: Cannot import > 'setuptools.build_meta'
Adding python3-setuptools to Build-Depends makes package build here. -- Agustin
diff --git a/debian/control b/debian/control index bad2a96..3dea533 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: dh-sequence-single-binary, pybuild-plugin-pyproject, python3, + python3-setuptools, Standards-Version: 4.7.0 Homepage: https://salsa.debian.org/debian/debmake Vcs-Git: https://salsa.debian.org/debian/debmake.git