On Fri, Oct 17, 2025 at 11:08:32PM +0000, Santiago Vila wrote:
Package: src:django-select2 Version: 7.10.0-2 Severity: serious Tags: ftbfs forky sid
[...]
subprocess.CalledProcessError: Command '['/usr/bin/python3.13', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp2o16d4qd', '--quiet', 'docutils<0.22,>=0.20']' returned non-zero exit status 1.
This is essentially because sphinx's Python packaging metadata still declares a dependency on docutils<0.22. This will be fixed when we import sphinx 8.3.0; however, switching django-select2 to pybuild-plugin-pyproject also works around this problem, and we should be using pybuild-plugin-pyproject everywhere possible anyway, so I'm going to do that.
Thanks, -- Colin Watson (he/him) [[email protected]]

