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/openbsd | |
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/openbsd')
-rwxr-xr-x | tests/vm/openbsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vm/openbsd b/tests/vm/openbsd index 386b2c72f7..4d1399378e 100755 --- a/tests/vm/openbsd +++ b/tests/vm/openbsd @@ -30,7 +30,6 @@ class OpenBSDVM(basevm.BaseVM): "git", "pkgconf", "bzip2", "xz", - "py3-setuptools", "ninja", # gnu tools |