diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-10 13:44:26 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:18:36 -0400 |
commit | bfea7012fe587805db7ee8b1767b3c4695a031fc (patch) | |
tree | 1ae937713df9e44e7c7a2bc90ce70023951206ee /tests/vm/netbsd | |
parent | 086d5f7529e598277caabd64b40cb15cc379ddf4 (diff) |
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/netbsd')
-rwxr-xr-x | tests/vm/netbsd | 1 |
1 files changed, 1 insertions, 0 deletions
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", |