diff mbox series

[for-9.1] tests/vm/openbsd: Install tomli

Message ID 20240730011202.480829-3-richard.henderson@linaro.org
State New
Headers show
Series [for-9.1] tests/vm/openbsd: Install tomli | expand

Commit Message

Richard Henderson July 30, 2024, 1:11 a.m. UTC
Tomli is now required by configure.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 tests/vm/openbsd | 1 +
 1 file changed, 1 insertion(+)

Comments

Philippe Mathieu-Daudé July 30, 2024, 6:53 a.m. UTC | #1
On 30/7/24 03:11, Richard Henderson wrote:
> Tomli is now required by configure.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>   tests/vm/openbsd | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
diff mbox series

Patch

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",