aboutsummaryrefslogtreecommitdiff
path: root/tests/vm
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2023-05-10 23:54:21 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2023-05-18 08:53:51 +0200
commit1dee66c693e6772ee33f5b8be7d061dd7ee27cd5 (patch)
treeb9af2f70b7157295041b8b2cf9fc0b00c978f471 /tests/vm
parentdd48b477e90c3200b970545d1953e12e8c1431db (diff)
downloadqemu-1dee66c693e6772ee33f5b8be7d061dd7ee27cd5.zip
qemu-1dee66c693e6772ee33f5b8be7d061dd7ee27cd5.tar.gz
qemu-1dee66c693e6772ee33f5b8be7d061dd7ee27cd5.tar.bz2
tests/vm: add py310-expat to NetBSD
NetBSD cannot successfully run "ensurepip" without access to the pyexpat module, which NetBSD debundles. Like the Debian patch, it would be strictly faster long term to install pip/setuptools, and I recommend developers at their workstations take that approach instead. For the purposes of a throwaway VM, there's not really a speed difference for who is responsible for installing pip; us (needs py310-pip) or Python (needs py310-expat). Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20230511035435.734312-14-jsnow@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/vm')
-rwxr-xr-xtests/vm/netbsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/netbsd b/tests/vm/netbsd
index 13eae10..c7e3f1e 100755
--- a/tests/vm/netbsd
+++ b/tests/vm/netbsd
@@ -31,6 +31,7 @@ class NetBSDVM(basevm.BaseVM):
"pkgconf",
"xz",
"python310",
+ "py310-expat",
"ninja-build",
# gnu tools