]> git.proxmox.com Git - mirror_qemu.git/commit
mkvenv: work around broken pip installations on Debian 10
authorJohn Snow <jsnow@redhat.com>
Tue, 16 May 2023 07:13:32 +0000 (09:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:53:51 +0000 (08:53 +0200)
commitc804962617dc987e202f8e9ce0210503fd489616
tree60c552929fbee8118f4b66d282a809335929ac09
parentf1ad527ff5f789a19c79f5f39a87f7a8f78d81b9
mkvenv: work around broken pip installations on Debian 10

This is a workaround intended for Debian 10, where the debian-patched
pip does not function correctly if accessed from within a virtual
environment.

We don't support Debian 10 as a build platform any longer, though we do
still utilize it for our build-tricore-softmmu CI test. It's also
possible that this bug might appear on other derivative platforms and
this workaround may prove useful.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20230511035435.734312-11-jsnow@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
python/scripts/mkvenv.py