summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorPaolo Bonzini2020-11-25 18:50:48 +0100
committerPaolo Bonzini2020-11-25 18:50:48 +0100
commit92ea0270179839aee4e5addb6518945fe31c21e4 (patch)
tree296572f5224f0037d0d2e3424187e9c6a690d286 /.cirrus.yml
parentconfigure: remove python pkg_resources check (diff)
downloadqemu-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 '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f0209b7a3e..2e45b3254f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -85,7 +85,6 @@ windows_msys2_task:
C:\tools\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -S --needed \
diffutils git grep make pkg-config sed \
mingw-w64-x86_64-python \
- mingw-w64-x86_64-python-setuptools \
mingw-w64-x86_64-toolchain \
mingw-w64-x86_64-SDL2 \
mingw-w64-x86_64-SDL2_image \