Re: [PATCH] tests/vm: use the default system python for NetBSD

2023-04-12 Thread John Snow
On Wed, Mar 29, 2023 at 8:47 AM Daniel P. Berrangé wrote: > > Currently our NetBSD VM recipe requests instal of the python37 package > and explicitly tells QEMU to use that version of python. Since the > NetBSD base ISO was updated to version 9.3 though, the default system > python version is 3.9

Re: [PATCH] tests/vm: use the default system python for NetBSD

2023-03-29 Thread Alex Bennée
Daniel P. Berrangé writes: > Currently our NetBSD VM recipe requests instal of the python37 package > and explicitly tells QEMU to use that version of python. Since the > NetBSD base ISO was updated to version 9.3 though, the default system > python version is 3.9 which is sufficiently new for

Re: [PATCH] tests/vm: use the default system python for NetBSD

2023-03-29 Thread Paolo Bonzini
On 3/29/23 14:46, Daniel P. Berrangé wrote: Currently our NetBSD VM recipe requests instal of the python37 package and explicitly tells QEMU to use that version of python. Since the NetBSD base ISO was updated to version 9.3 though, the default system python version is 3.9 which is sufficiently n

Re: [PATCH] tests/vm: use the default system python for NetBSD

2023-03-29 Thread Philippe Mathieu-Daudé
On 29/3/23 14:46, Daniel P. Berrangé wrote: Currently our NetBSD VM recipe requests instal of the python37 package and explicitly tells QEMU to use that version of python. Since the NetBSD base ISO was updated to version 9.3 though, the default system python version is 3.9 which is sufficiently n

[PATCH] tests/vm: use the default system python for NetBSD

2023-03-29 Thread Daniel P . Berrangé
Currently our NetBSD VM recipe requests instal of the python37 package and explicitly tells QEMU to use that version of python. Since the NetBSD base ISO was updated to version 9.3 though, the default system python version is 3.9 which is sufficiently new for QEMU to rely on. Rather than requesting