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 <jsnow@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20230511035435.734312-13-jsnow@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a22a4b29ad
commit
dd48b477e9
@ -30,6 +30,7 @@ class NetBSDVM(basevm.BaseVM):
|
||||
"git-base",
|
||||
"pkgconf",
|
||||
"xz",
|
||||
"python310",
|
||||
"ninja-build",
|
||||
|
||||
# gnu tools
|
||||
|
Loading…
Reference in New Issue
Block a user