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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user