On Fri, 2026-01-16 at 10:48 +0000, Jeroen Ploemen wrote: > > Why does the autopkgtest need a dependency on python3-qtpy-pyqt6?
Thanks for your reviews so far Jeroen! The autopkgtests were failing to find the uic tool, provided by pyqt6- dev-tools. python3-qtpy-pyqt6 has been removed in favor of pyqt6-dev- tools. > > > So the last problem still standing is now to make avp be > > [installed] > > as a program. > > Maybe the PYBUILD_INSTALL_ARGS only works with an actual setup.py, > but > not with pyproject.toml? All I found was another maintainer with the > same problem, suggesting this could be a bug/limitation of pybuild > (see [1] for their comments and workaround). Please ask on the Python > Team IRC channel how to pull this off with PEP517/pyproject.toml, > maybe someone there knows a less hacky way. > I'll investigate this more and if I can't find anything I'll drop a message on the IRC channel. > > Then there's build failure on i386, see CI results on salsa. Could be > the failing test is just taking longer on that arch than on amd64 and > gets cut off after 10 seconds? Note the "[libx264 @ 0x56bf84c0] using > cpu capabilities: none!" in the build log; the lack of hardware > acceleration could have a significant impact. Try patching the test > to > make the timeout at least an order of magnitude longer. > > Spot on! I haven't had investigated this failure yet, thanks for the help with it. > > And lastly a few minor lintian hits, "P: audio-visualizer-python > source: trailing-whitespace" about d/control that need to go as well. > This has been dealt with too. Cheers!

