[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for-9.1] tests/vm/openbsd: Install tomli
From: |
Richard Henderson |
Subject: |
[PATCH for-9.1] tests/vm/openbsd: Install tomli |
Date: |
Mon, 29 Jul 2024 15:12:44 +1000 |
Tomli is now required by configure.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
tests/vm/openbsd | 1 +
1 file changed, 1 insertion(+)
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",
--
2.43.0
- [PATCH for-9.1] tests/vm/openbsd: Install tomli,
Richard Henderson <=