[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: |
Tue, 30 Jul 2024 11:11:58 +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
- [PULL 0/5] misc patch queue, Richard Henderson, 2024/07/29
- [PULL 2/5] util/getauxval: Ensure setting errno if not found, Richard Henderson, 2024/07/29
- [PATCH for-9.1] tests/vm/openbsd: Install tomli,
Richard Henderson <=
- [PULL 1/5] target/rx: Use target_ulong for address in LI, Richard Henderson, 2024/07/29
- [PULL 3/5] linux-user/main: Check errno when getting AT_EXECFD, Richard Henderson, 2024/07/29
- [PULL 4/5] util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD, Richard Henderson, 2024/07/29
- [PULL 5/5] linux-user: open_self_stat: Implement num_threads, Richard Henderson, 2024/07/29
- Re: [PULL 0/5] misc patch queue, Richard Henderson, 2024/07/30