aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-05-10 23:54:09 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2023-05-18 08:53:51 +0200
commit0b15c42b81ff1e66ccbab3c2f2cef1535cbb9d24 (patch)
tree5893b246fc8b53c6fb058db53ff6dd89c97ee9c6 /plugins
parent6fd87e74a1c56cbe63691fc33de0b616e6efcff3 (diff)
downloadqemu-0b15c42b81ff1e66ccbab3c2f2cef1535cbb9d24.zip
qemu-0b15c42b81ff1e66ccbab3c2f2cef1535cbb9d24.tar.gz
qemu-0b15c42b81ff1e66ccbab3c2f2cef1535cbb9d24.tar.bz2
python: shut up "pip install" during "make check-minreqs"
"make check-minreqs" runs pip without the --disable-pip-version-check option, which causes the obnoxious "A new release of pip available" message. Recent versions of pip also complain that some of the dependencies in our virtual environment rely on "setup.py install" instead of providing a pyproject.toml file; apparently it is deprecated to install them directly from pip instead of letting the "wheel" package take care of them. So, install "wheel" in the virtual environment. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com> Message-Id: <20230511035435.734312-2-jsnow@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'plugins')
0 files changed, 0 insertions, 0 deletions