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 change in Python dependency. Signed-off-by: John Snow <js...@redhat.com> --- configure | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>