mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
committed by
Paolo Bonzini
parent
4e56e89d6c
commit
c4afcec90f
@@ -32,6 +32,7 @@ class OpenBSDVM(basevm.BaseVM):
|
||||
"pkgconf",
|
||||
"bzip2", "xz",
|
||||
"ninja",
|
||||
"py3-tomli",
|
||||
|
||||
# gnu tools
|
||||
"bash",
|
||||
|
||||
Reference in New Issue
Block a user