diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-11-25 12:50:48 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-11-25 12:50:48 -0500 |
commit | 92ea0270179839aee4e5addb6518945fe31c21e4 (patch) | |
tree | 296572f5224f0037d0d2e3424187e9c6a690d286 /tests/vm/netbsd | |
parent | 8e84bf984a9870f1bb769ead56846b3385aafb64 (diff) |
tests/docker, tests/vm: remove setuptools from images
Setuptools is not needed anymore by the bundled copy of meson,
remove it.
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/vm/netbsd')
-rwxr-xr-x | tests/vm/netbsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vm/netbsd b/tests/vm/netbsd index 596717cc76..b9efc269d2 100755 --- a/tests/vm/netbsd +++ b/tests/vm/netbsd @@ -31,7 +31,6 @@ class NetBSDVM(basevm.BaseVM): "pkgconf", "xz", "python37", - "py37-setuptools", "ninja-build", # gnu tools |