Commit 93bf95964c for qemu.org
commit 93bf95964c66a6a8ab560b4f5e2b7e6aa816ec51
Author: John Snow <jsnow@redhat.com>
Date: Wed Oct 29 14:22:06 2025 -0400
python: add vendored qemu.qmp package
In anticipation of deleting the python/qemu/qmp source from the tree,
add a vendored version of the qemu.qmp package to ensure that "make
check" can be run in isolated build environments, offline.
Acked-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20260218213416.674483-13-jsnow@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
diff --git a/python/scripts/vendor.py b/python/scripts/vendor.py
index 33b9b0b92b..46ce2980d5 100755
--- a/python/scripts/vendor.py
+++ b/python/scripts/vendor.py
@@ -43,6 +43,8 @@ def main() -> int:
packages = {
"meson==1.10.0":
"4b27aafce281e652dcb437b28007457411245d975c48b5db3a797d3e93ae1585",
+ "qemu.qmp==0.0.5":
+ "e05782d6df5844b34e0d2f7c68693525da074deef7b641c1401dda6e4e3d6303",
}
vendor_dir = Path(__file__, "..", "..", "wheels").resolve()
diff --git a/python/wheels/qemu_qmp-0.0.5-py3-none-any.whl b/python/wheels/qemu_qmp-0.0.5-py3-none-any.whl
new file mode 100644
index 0000000000..6372b7544f
Binary files /dev/null and b/python/wheels/qemu_qmp-0.0.5-py3-none-any.whl differ