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>
This commit is contained in:
Paolo Bonzini 2020-11-25 12:50:48 -05:00
parent 8e84bf984a
commit 92ea027017
8 changed files with 0 additions and 8 deletions

View file

@ -30,7 +30,6 @@ RUN apt update && \
pkg-config \
psmisc \
python3 \
python3-setuptools \
python3-sphinx \
$(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\ -f2)