aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-07-29 15:12:44 +1000
committerPaolo Bonzini <pbonzini@redhat.com>2024-07-31 13:13:31 +0200
commitc4afcec90f117e703666e2436592cc4e825ef2a1 (patch)
tree16cb749e1f6e03eb38486ba0a034b45328f3a6bc /tests
parent4e56e89d6c81589cc47cf5811f570c67889bd18a (diff)
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-xtests/vm/openbsd1
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",