projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e56e89
)
tests/vm/openbsd: Install tomli
author
Richard Henderson
<richard.henderson@linaro.org>
Mon, 29 Jul 2024 05:12:44 +0000
(15:12 +1000)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 31 Jul 2024 11:13:31 +0000
(13:13 +0200)
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>
tests/vm/openbsd
patch
|
blob
|
history
diff --git
a/tests/vm/openbsd
b/tests/vm/openbsd
index 5e646f7c51e36f16ec9538746ae2e6658096843e..49cab087825325fce9417447171cb1851fc4a639 100755
(executable)
--- 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",