diff options
| author | Paolo Bonzini | 2020-11-25 18:50:48 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2020-11-25 18:50:48 +0100 |
| commit | 92ea0270179839aee4e5addb6518945fe31c21e4 (patch) | |
| tree | 296572f5224f0037d0d2e3424187e9c6a690d286 /tests/vm/openbsd | |
| parent | configure: remove python pkg_resources check (diff) | |
| download | qemu-92ea0270179839aee4e5addb6518945fe31c21e4.tar.gz qemu-92ea0270179839aee4e5addb6518945fe31c21e4.tar.xz qemu-92ea0270179839aee4e5addb6518945fe31c21e4.zip | |
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 |
