tests/vm/openbsd: Install tomli
OpenBSD still defaults to python 3.10, therefore tomli is now required by configure. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Link: https://lore.kernel.org/r/20240729051244.436851-1-richard.henderson@linaro.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
4e56e89d6c
commit
c4afcec90f
@ -32,6 +32,7 @@ class OpenBSDVM(basevm.BaseVM):
|
||||
"pkgconf",
|
||||
"bzip2", "xz",
|
||||
"ninja",
|
||||
"py3-tomli",
|
||||
|
||||
# gnu tools
|
||||
"bash",
|
||||
|
Loading…
Reference in New Issue
Block a user