Re: [libvirt] [PATCH] build: only support python3 binary

2019-12-04 Thread Daniel P . Berrangé
On Wed, Dec 04, 2019 at 09:59:48AM -0600, Eric Blake wrote: > On 12/4/19 4:14 AM, Daniel P. Berrangé wrote: > > python2 will be end of life by the time of the next > > libvirt release. All our supported build targets, including > > CentOS7, have a python3 build available. > > > > Signed-off-by: Da

Re: [libvirt] [PATCH] build: only support python3 binary

2019-12-04 Thread Eric Blake
On 12/4/19 4:14 AM, Daniel P. Berrangé wrote: python2 will be end of life by the time of the next libvirt release. All our supported build targets, including CentOS7, have a python3 build available. Signed-off-by: Daniel P. Berrangé --- +++ b/configure.ac @@ -701,9 +701,9 @@ if test "$with_l

Re: [libvirt] [PATCH] build: only support python3 binary

2019-12-04 Thread Michal Privoznik
On 12/4/19 11:14 AM, Daniel P. Berrangé wrote: python2 will be end of life by the time of the next libvirt release. All our supported build targets, including CentOS7, have a python3 build available. Signed-off-by: Daniel P. Berrangé --- configure.ac | 4 ++-- docs/a

[libvirt] [PATCH] build: only support python3 binary

2019-12-04 Thread Daniel P . Berrangé
python2 will be end of life by the time of the next libvirt release. All our supported build targets, including CentOS7, have a python3 build available. Signed-off-by: Daniel P. Berrangé --- configure.ac | 4 ++-- docs/apibuild.py | 4 +--- docs/refo