]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Add courtesy hint to Python version failure message
authorJohn Snow <jsnow@redhat.com>
Thu, 11 May 2023 03:54:32 +0000 (23:54 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:53:51 +0000 (08:53 +0200)
commite46b82a03cf2c7d9edd5c58e0d77515e53f66190
treed8739ad8f4f32aa68e17a908c24b3b2feac58544
parent5591b74511ab370b2b7705c5ce97116030038990
configure: Add courtesy hint to Python version failure message

If we begin requiring Python 3.7+, a few platforms are going to need to
install an additional Python interpreter package.

As a courtesy to the user, suggest the optional package they might need
to install. This will hopefully minimize any downtime caused by the
change in Python dependency.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230221012456.2607692-3-jsnow@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20230511035435.734312-25-jsnow@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure