summaryrefslogtreecommitdiffstats
path: root/tests/vm
diff options
context:
space:
mode:
authorPaolo Bonzini2020-08-10 13:44:26 +0200
committerPaolo Bonzini2020-08-21 12:18:36 +0200
commitbfea7012fe587805db7ee8b1767b3c4695a031fc (patch)
tree1ae937713df9e44e7c7a2bc90ce70023951206ee /tests/vm
parentconfigure: prepare CFLAGS/CXXFLAGS/LDFLAGS for Meson (diff)
downloadqemu-bfea7012fe587805db7ee8b1767b3c4695a031fc.tar.gz
qemu-bfea7012fe587805db7ee8b1767b3c4695a031fc.tar.xz
qemu-bfea7012fe587805db7ee8b1767b3c4695a031fc.zip
tests/vm: include setuptools
They are a dependency of Meson, so install them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/vm')
-rwxr-xr-xtests/vm/freebsd1
-rwxr-xr-xtests/vm/netbsd1
-rwxr-xr-xtests/vm/openbsd1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm/freebsd b/tests/vm/freebsd
index 29252fa4a6..b34b14fc53 100755
--- a/tests/vm/freebsd
+++ b/tests/vm/freebsd
@@ -33,6 +33,7 @@ class FreeBSDVM(basevm.BaseVM):
"pkgconf",
"bzip2",
"python37",
+ "py37-setuptools",
# gnu tools
"bash",
diff --git a/tests/vm/netbsd b/tests/vm/netbsd
index 2e87199211..93d48b6fdd 100755
--- a/tests/vm/netbsd
+++ b/tests/vm/netbsd
@@ -31,6 +31,7 @@ class NetBSDVM(basevm.BaseVM):
"pkgconf",
"xz",
"python37",
+ "py37-setuptools",
# gnu tools
"bash",
diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index dfe633e453..7e27fda642 100755
--- a/tests/vm/openbsd
+++ b/tests/vm/openbsd
@@ -30,6 +30,7 @@ class OpenBSDVM(basevm.BaseVM):
"git",
"pkgconf",
"bzip2", "xz",
+ "py3-setuptools",
# gnu tools
"bash",