mirror of https://gitee.com/openkylin/qemu.git
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",
|
"pkgconf",
|
||||||
"bzip2",
|
"bzip2",
|
||||||
"python37",
|
"python37",
|
||||||
|
"py37-setuptools",
|
||||||
|
|
||||||
# gnu tools
|
# gnu tools
|
||||||
"bash",
|
"bash",
|
||||||
|
|
|
@ -31,6 +31,7 @@ class NetBSDVM(basevm.BaseVM):
|
||||||
"pkgconf",
|
"pkgconf",
|
||||||
"xz",
|
"xz",
|
||||||
"python37",
|
"python37",
|
||||||
|
"py37-setuptools",
|
||||||
|
|
||||||
# gnu tools
|
# gnu tools
|
||||||
"bash",
|
"bash",
|
||||||
|
|
|
@ -30,6 +30,7 @@ class OpenBSDVM(basevm.BaseVM):
|
||||||
"git",
|
"git",
|
||||||
"pkgconf",
|
"pkgconf",
|
||||||
"bzip2", "xz",
|
"bzip2", "xz",
|
||||||
|
"py3-setuptools",
|
||||||
|
|
||||||
# gnu tools
|
# gnu tools
|
||||||
"bash",
|
"bash",
|
||||||
|
|
Loading…
Reference in New Issue