diff options
| author | John Snow <jsnow@redhat.com> | 2023-05-10 23:54:20 -0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-18 08:53:51 +0200 |
| commit | dd48b477e90c3200b970545d1953e12e8c1431db (patch) | |
| tree | 7ff310289596280ff42cfebf2c2d29ae313e18cf | |
| parent | a22a4b29adfb8cbab8059315e97fd65413d6d444 (diff) | |
| download | focaccia-qemu-dd48b477e90c3200b970545d1953e12e8c1431db.tar.gz focaccia-qemu-dd48b477e90c3200b970545d1953e12e8c1431db.zip | |
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>
| -rwxr-xr-x | tests/vm/netbsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/netbsd b/tests/vm/netbsd index 0b9536ca17..13eae109c0 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 |