Message ID | 20240729051244.436851-1-richard.henderson@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [for-9.1] tests/vm/openbsd: Install tomli | expand |
Queued, thanks. I adjust the commit message to point out that OpenBSD still has Python 3.10 (tomli is not needed starting from 3.11). Paolo
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",
Tomli is now required by configure. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- tests/vm/openbsd | 1 + 1 file changed, 1 insertion(+)