Re: [Xen-devel] [XEN PATCH 3/3] tools: Default to python3

2020-01-27 Thread Wei Liu
On Mon, Jan 20, 2020 at 11:50:53AM +, Anthony PERARD wrote: > Main reason, newer version of QEMU doesn't support python 2.x anymore. > Second main reason, python2 is EOL. > > Signed-off-by: Anthony PERARD Acked-by: Wei Liu ___ Xen-devel mailing l

[Xen-devel] [XEN PATCH 3/3] tools: Default to python3

2020-01-20 Thread Anthony PERARD
Main reason, newer version of QEMU doesn't support python 2.x anymore. Second main reason, python2 is EOL. Signed-off-by: Anthony PERARD --- Please, rerun ./autogen.sh --- tools/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure.ac b/tools/configure