Re: [PATCH v3 2/6] configure: Add courtesy hint to Python version failure message

2023-02-21 Thread Paolo Bonzini
On 2/21/23 02:24, John Snow wrote: 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

Re: [PATCH v3 2/6] configure: Add courtesy hint to Python version failure message

2023-02-20 Thread Philippe Mathieu-Daudé
On 21/2/23 02:24, John Snow wrote: 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

[PATCH v3 2/6] configure: Add courtesy hint to Python version failure message

2023-02-20 Thread John Snow
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