On Mon, 23 Feb 2026 at 18:29, John Snow <[email protected]> wrote: > > The following changes since commit afe653676dc6dfd49f0390239ff90b2f0052c2b8: > > Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu > into staging (2026-02-23 14:03:50 +0000) > > are available in the Git repository at: > > https://gitlab.com/jsnow/qemu.git tags/python-pull-request > > for you to fetch changes up to f0c2b38df05dd642314a31c3d2c16bd4501cbe32: > > python: add setuptools and wheel dependencies (2026-02-23 13:24:42 -0500) > > ---------------------------------------------------------------- > Python pull request > > This drops qemu.qmp from the tree, finally O:-) > > ----------------------------------------------------------------
Hi; I'm afraid this fails to build for a lot of our CI jobs. Here's a sample, I think all the failures are the same error: https://gitlab.com/qemu-project/qemu/-/jobs/13238854891 mkvenv: installing pycotap==1.3.1, qemu.qmp==0.0.5 Using pip 25.1.1 from /usr/lib/python3/dist-packages/pip (python 3.13) Looking in links: /builds/qemu-project/qemu/python/wheels Processing /builds/qemu-project/qemu/python/wheels/pycotap-1.3.1-py3-none-any.whl ERROR: Could not find a version that satisfies the requirement qemu.qmp==0.0.5 (from versions: none) ERROR: No matching distribution found for qemu.qmp==0.0.5 *** Ouch! *** Could not provide build dependency 'pycotap==1.3.1': • Python package 'pycotap' was not found nor installed. • No suitable version found in, or failed to install from '/builds/qemu-project/qemu/python/wheels'. • mkvenv was configured to operate offline and did not check PyPI. Failing pipeline in case you want the links to the other failing jobs: https://gitlab.com/qemu-project/qemu/-/pipelines/2345847273 thanks -- PMM
