From: Richard Henderson Date: Mon, 29 Jul 2024 05:12:44 +0000 (+1000) Subject: tests/vm/openbsd: Install tomli X-Git-Tag: v9.1.0-rc1~14^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4afcec90f117e703666e2436592cc4e825ef2a1;p=thirdparty%2Fqemu.git tests/vm/openbsd: Install tomli OpenBSD still defaults to python 3.10, therefore tomli is now required by configure. Signed-off-by: Richard Henderson Link: https://lore.kernel.org/r/20240729051244.436851-1-richard.henderson@linaro.org Signed-off-by: Paolo Bonzini --- diff --git a/tests/vm/openbsd b/tests/vm/openbsd index 5e646f7c51e..49cab087825 100755 --- a/tests/vm/openbsd +++ b/tests/vm/openbsd @@ -32,6 +32,7 @@ class OpenBSDVM(basevm.BaseVM): "pkgconf", "bzip2", "xz", "ninja", + "py3-tomli", # gnu tools "bash",