mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user