On Mon, Nov 18, 2024 at 06:21:02PM +0100, Santiago Vila wrote: > During a rebuild of all packages in unstable, your package failed to build: [...] > debian/rules execute_after_dh_auto_build > make[1]: Entering directory '/build/reproducible-path/pytest-8.3.3' > PYTHONPATH=/build/reproducible-path/pytest-8.3.3/.pybuild/cpython3_3.12_pytest/build > \ > SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build \ > /usr/bin/make -C doc/en man html > make[2]: Entering directory '/build/reproducible-path/pytest-8.3.3/doc/en' > Running Sphinx v7.4.7 > loading translations [en]... done > > Extension error: > Could not import extension sphinxcontrib.towncrier.ext (exception: No module > named 'towncrier') > make[2]: *** [Makefile:20: man] Error 2
I think this regression is caused by: towncrier (24.8.0-1) unstable; urgency=medium [...] * Install to an application directory, not a shared Python library. -- Ben Finney <bign...@debian.org> Sun, 20 Oct 2024 13:34:11 +1100 Ben, was this change essential for some other reason? Can it be reverted, since it breaks sphinxcontrib-towncrier? -- Colin Watson (he/him) [cjwat...@debian.org]