From dd48b477e90c3200b970545d1953e12e8c1431db Mon Sep 17 00:00:00 2001 From: John Snow Date: Wed, 10 May 2023 23:54:20 -0400 Subject: tests/vm: Configure netbsd to use Python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/vm/netbsd | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/vm') diff --git a/tests/vm/netbsd b/tests/vm/netbsd index 0b9536c..13eae10 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 -- cgit v1.1