Source: python-repoze.who Version: 3.0.0-4 Severity: normal I did a small randomized test rebuild to see which packages would fail to build if we used pybuild-plugin-pyproject by default.
python-repoze.who was an interesting test-case that mis-built and created a package without any Python module inside: https://debusine.debian.net/debian/r-stefanor-dh-python/work-request/294508/ This is because the current debian/rules overrides dh_auto_build to build docs. So the pybuild build step never happened. I would recommend using "execute_after_dh_auto_build" instead of "override_dh_auto_build" Stefano

