Re: [PATCH v2 1/5] docker: move tests from python2 to python3

2019-09-23 Thread Cleber Rosa
On Fri, Sep 20, 2019 at 06:12:51PM -0400, John Snow wrote: > As part of the push to drop python2 support, replace any explicit python2 > dependencies with python3 versions. > > For centos, python2 still exists as an implicit dependency, but by adding > python3 we will be able to build even if the

Re: [PATCH v2 1/5] docker: move tests from python2 to python3

2019-09-23 Thread Cleber Rosa
On Sat, Sep 21, 2019 at 10:48:06AM +0200, Philippe Mathieu-Daudé wrote: > On 9/21/19 12:12 AM, John Snow wrote: > > As part of the push to drop python2 support, replace any explicit python2 > > dependencies with python3 versions. > > > > For centos, python2 still exists as an implicit dependency,

Re: [PATCH v2 1/5] docker: move tests from python2 to python3

2019-09-21 Thread Philippe Mathieu-Daudé
On 9/21/19 12:12 AM, John Snow wrote: > As part of the push to drop python2 support, replace any explicit python2 > dependencies with python3 versions. > > For centos, python2 still exists as an implicit dependency, but by adding > python3 we will be able to build even if the configure script begi

[PATCH v2 1/5] docker: move tests from python2 to python3

2019-09-20 Thread John Snow
As part of the push to drop python2 support, replace any explicit python2 dependencies with python3 versions. For centos, python2 still exists as an implicit dependency, but by adding python3 we will be able to build even if the configure script begins to require python 3.5+. Tested with centos7,