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>
This commit is contained in:
John Snow
2025-10-29 14:22:06 -04:00
parent 047fa5b4d7
commit 93bf95964c
2 changed files with 2 additions and 0 deletions

View File

@@ -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()