From: John Snow Date: Thu, 11 May 2023 03:54:20 +0000 (-0400) Subject: tests/vm: Configure netbsd to use Python 3.10 X-Git-Tag: v8.1.0-rc0~118^2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd48b477e90c3200b970545d1953e12e8c1431db;p=thirdparty%2Fqemu.git tests/vm: Configure netbsd to use Python 3.10 NetBSD removes some packages from the Python stdlib, but only re-packages them for Python 3.10. Switch to using Python 3.10. Signed-off-by: John Snow Reviewed-by: Daniel P. Berrangé Message-Id: <20230511035435.734312-13-jsnow@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/tests/vm/netbsd b/tests/vm/netbsd index 0b9536ca17b..13eae109c04 100755 --- a/tests/vm/netbsd +++ b/tests/vm/netbsd @@ -30,6 +30,7 @@ class NetBSDVM(basevm.BaseVM): "git-base", "pkgconf", "xz", + "python310", "ninja-build", # gnu tools