tests/vm: include setuptools
They are a dependency of Meson, so install them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
086d5f7529
commit
bfea7012fe
@ -33,6 +33,7 @@ class FreeBSDVM(basevm.BaseVM):
|
||||
"pkgconf",
|
||||
"bzip2",
|
||||
"python37",
|
||||
"py37-setuptools",
|
||||
|
||||
# gnu tools
|
||||
"bash",
|
||||
|
@ -31,6 +31,7 @@ class NetBSDVM(basevm.BaseVM):
|
||||
"pkgconf",
|
||||
"xz",
|
||||
"python37",
|
||||
"py37-setuptools",
|
||||
|
||||
# gnu tools
|
||||
"bash",
|
||||
|
@ -30,6 +30,7 @@ class OpenBSDVM(basevm.BaseVM):
|
||||
"git",
|
||||
"pkgconf",
|
||||
"bzip2", "xz",
|
||||
"py3-setuptools",
|
||||
|
||||
# gnu tools
|
||||
"bash",
|
||||
|
Loading…
Reference in New Issue
Block a user