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

John Snow posted 10 patches 2 years, 8 months ago
[RFC PATCH v2 04/10] tests/vm: Configure netbsd to use Python 3.10
Posted by John Snow 2 years, 8 months ago
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 --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
-- 
2.39.2