diff options
author | 2024-07-29 15:12:44 +1000 | |
---|---|---|
committer | 2024-07-31 13:13:31 +0200 | |
commit | c4afcec90f117e703666e2436592cc4e825ef2a1 (patch) | |
tree | 16cb749e1f6e03eb38486ba0a034b45328f3a6bc /tests | |
parent | Update version for v9.1.0-rc0 release (diff) | |
download | qemu-c4afcec90f117e703666e2436592cc4e825ef2a1.tar.xz qemu-c4afcec90f117e703666e2436592cc4e825ef2a1.zip |
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>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/vm/openbsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/openbsd b/tests/vm/openbsd index 5e646f7c51..49cab08782 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", |