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:
Paolo Bonzini 2020-08-10 13:44:26 +02:00
parent 086d5f7529
commit bfea7012fe
3 changed files with 3 additions and 0 deletions

View file

@ -31,6 +31,7 @@ class NetBSDVM(basevm.BaseVM):
"pkgconf",
"xz",
"python37",
"py37-setuptools",
# gnu tools
"bash",