scripts/vendor.py: add pycotap

Related to commit 5ec1eec110 ("python:
Install pycotap in our venv if necessary")

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Link: https://lore.kernel.org/r/20260211-cleanups-v1-3-e63c96572389@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Marc-André Lureau
2026-02-11 14:01:43 +04:00
committed by Paolo Bonzini
parent 61fb8ca023
commit f08abbae62

View File

@@ -45,6 +45,8 @@ def main() -> int:
"4b27aafce281e652dcb437b28007457411245d975c48b5db3a797d3e93ae1585",
"qemu.qmp==0.0.5":
"e05782d6df5844b34e0d2f7c68693525da074deef7b641c1401dda6e4e3d6303",
"pycotap==1.3.1":
"1c3a25b3ff89e48f4e00f1f71dbbc1642b4f65c65d416524d07e73492fff25ea",
}
vendor_dir = Path(__file__, "..", "..", "wheels").resolve()