]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: create a python venv unconditionally
authorJohn Snow <jsnow@redhat.com>
Thu, 11 May 2023 03:54:23 +0000 (23:54 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:53:51 +0000 (08:53 +0200)
commit81e2b198a8cb4ee5fdf108bd438f44b193ee3a36
tree7f033816f6ad9804e87984dfcd467d34d2504fff
parent2274817f6c499fd31081d7973b7cbfdca17c44a8
configure: create a python venv unconditionally

This patch changes the configure script so that it always creates and
uses a python virtual environment unconditionally.

Meson bootstrapping is temporarily altered to force the use of meson
from git or vendored source (as packaged in our source tarballs). A
subsequent commit restores the use of distribution-vendored Meson.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20230511035435.734312-16-jsnow@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure