python: shut up "pip install" during "make check-minreqs"
commit0b15c42b81ff1e66ccbab3c2f2cef1535cbb9d24
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 May 2023 03:54:09 +0000 (10 23:54 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:53:51 +0000 (18 08:53 +0200)
tree5893b246fc8b53c6fb058db53ff6dd89c97ee9c6
parent6fd87e74a1c56cbe63691fc33de0b616e6efcff3
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>
python/Makefile