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

2024-07-29 Thread Philippe Mathieu-Daudé
On 30/7/24 03:11, Richard Henderson wrote: Tomli is now required by configure. Signed-off-by: Richard Henderson --- tests/vm/openbsd | 1 + 1 file changed, 1 insertion(+) Reviewed-by: Philippe Mathieu-Daudé

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

2024-07-29 Thread Richard Henderson
Tomli is now required by configure. Signed-off-by: Richard Henderson --- 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(ba

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

2024-07-29 Thread Paolo Bonzini
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

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

2024-07-28 Thread Richard Henderson
Tomli is now required by configure. Signed-off-by: Richard Henderson --- 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(ba