diff mbox series

[RFC,v2,04/10] tests/vm: Configure netbsd to use Python 3.10

Message ID 20230414055449.4028284-5-jsnow@redhat.com (mailing list archive)
State New, archived
Headers show
Series configure: create a python venv and install meson | expand

Commit Message

John Snow April 14, 2023, 5:54 a.m. UTC
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>
---
 tests/vm/netbsd | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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