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/haiku.x86_64 | |
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/haiku.x86_64')
-rwxr-xr-x | tests/vm/haiku.x86_64 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vm/haiku.x86_64 b/tests/vm/haiku.x86_64 index 37af48bf1b..2eb736dae1 100755 --- a/tests/vm/haiku.x86_64 +++ b/tests/vm/haiku.x86_64 @@ -77,7 +77,6 @@ class HaikuVM(basevm.BaseVM): "devel:libusb_1.0", "devel:libz", "ninja", - "setuptools_python3" ] # https://dev.haiku-os.org/ticket/16512 virtio disk1 shows up as 0 (reversed order) |