Re: [PATCH] configure: Require Python >= 3.5

2019-10-18 Thread John Snow
On 10/18/19 5:14 PM, Eduardo Habkost wrote: > On Fri, Oct 18, 2019 at 05:07:36PM -0400, John Snow wrote: >> >> >> On 10/16/19 6:42 PM, Eduardo Habkost wrote: >>> Python 3.5 is the oldest Python version available on our >>> supported build platforms, and Python 2 end of life will be 3 >>> weeks a

Re: [PATCH] configure: Require Python >= 3.5

2019-10-18 Thread Eduardo Habkost
On Fri, Oct 18, 2019 at 05:07:36PM -0400, John Snow wrote: > > > On 10/16/19 6:42 PM, Eduardo Habkost wrote: > > Python 3.5 is the oldest Python version available on our > > supported build platforms, and Python 2 end of life will be 3 > > weeks after the planned release date of QEMU 4.2.0. Drop

Re: [PATCH] configure: Require Python >= 3.5

2019-10-18 Thread John Snow
On 10/16/19 6:42 PM, Eduardo Habkost wrote: > Python 3.5 is the oldest Python version available on our > supported build platforms, and Python 2 end of life will be 3 > weeks after the planned release date of QEMU 4.2.0. Drop Python > 2 support from configure completely, and require Python 3.5

Re: [PATCH] configure: Require Python >= 3.5

2019-10-18 Thread John Snow
On 10/18/19 4:15 AM, Kevin Wolf wrote: > Am 17.10.2019 um 21:39 hat John Snow geschrieben: >> On 10/17/19 7:21 AM, Kevin Wolf wrote: >>> Am 17.10.2019 um 00:48 hat John Snow geschrieben: On 10/16/19 6:42 PM, Eduardo Habkost wrote: > Python 3.5 is the oldest Python version available on o

Re: [PATCH] configure: Require Python >= 3.5

2019-10-18 Thread Kevin Wolf
Am 17.10.2019 um 21:39 hat John Snow geschrieben: > On 10/17/19 7:21 AM, Kevin Wolf wrote: > > Am 17.10.2019 um 00:48 hat John Snow geschrieben: > >> On 10/16/19 6:42 PM, Eduardo Habkost wrote: > >>> Python 3.5 is the oldest Python version available on our > >>> supported build platforms, and Pytho

Re: [PATCH] configure: Require Python >= 3.5

2019-10-17 Thread John Snow
On 10/17/19 7:21 AM, Kevin Wolf wrote: > Am 17.10.2019 um 00:48 hat John Snow geschrieben: >> >> >> On 10/16/19 6:42 PM, Eduardo Habkost wrote: >>> Python 3.5 is the oldest Python version available on our >>> supported build platforms, and Python 2 end of life will be 3 >>> weeks after the plann

Re: [PATCH] configure: Require Python >= 3.5

2019-10-17 Thread Kevin Wolf
Am 17.10.2019 um 00:48 hat John Snow geschrieben: > > > On 10/16/19 6:42 PM, Eduardo Habkost wrote: > > Python 3.5 is the oldest Python version available on our > > supported build platforms, and Python 2 end of life will be 3 > > weeks after the planned release date of QEMU 4.2.0. Drop Python >

Re: [PATCH] configure: Require Python >= 3.5

2019-10-17 Thread Daniel P . Berrangé
On Wed, Oct 16, 2019 at 06:48:34PM -0400, John Snow wrote: > > > On 10/16/19 6:42 PM, Eduardo Habkost wrote: > > Python 3.5 is the oldest Python version available on our > > supported build platforms, and Python 2 end of life will be 3 > > weeks after the planned release date of QEMU 4.2.0. Drop

Re: [PATCH] configure: Require Python >= 3.5

2019-10-17 Thread Thomas Huth
On 17/10/2019 00.48, John Snow wrote: > > > On 10/16/19 6:42 PM, Eduardo Habkost wrote: >> Python 3.5 is the oldest Python version available on our >> supported build platforms, and Python 2 end of life will be 3 >> weeks after the planned release date of QEMU 4.2.0. Drop Python >> 2 support fro

Re: [PATCH] configure: Require Python >= 3.5

2019-10-16 Thread John Snow
On 10/16/19 6:42 PM, Eduardo Habkost wrote: > Python 3.5 is the oldest Python version available on our > supported build platforms, and Python 2 end of life will be 3 > weeks after the planned release date of QEMU 4.2.0. Drop Python > 2 support from configure completely, and require Python 3.5

[PATCH] configure: Require Python >= 3.5

2019-10-16 Thread Eduardo Habkost
Python 3.5 is the oldest Python version available on our supported build platforms, and Python 2 end of life will be 3 weeks after the planned release date of QEMU 4.2.0. Drop Python 2 support from configure completely, and require Python 3.5 or newer. Signed-off-by: Eduardo Habkost --- configu