Re: [Mesa-dev] [PATCH v2 3/5] configure: Enforce python 2.7.x

2018-08-17 Thread Emil Velikov
On 16 August 2018 at 21:47, Dylan Baker wrote: > Quoting Emil Velikov (2018-08-16 09:19:06) >> On 16 August 2018 at 14:27, Emil Velikov wrote: >> > On 15 August 2018 at 17:18, Dylan Baker wrote: >> >> We don't want to support older versions of python 2 anymore, and we >> >> don't support python

Re: [Mesa-dev] [PATCH v2 3/5] configure: Enforce python 2.7.x

2018-08-16 Thread Dylan Baker
Quoting Emil Velikov (2018-08-16 09:19:06) > On 16 August 2018 at 14:27, Emil Velikov wrote: > > On 15 August 2018 at 17:18, Dylan Baker wrote: > >> We don't want to support older versions of python 2 anymore, and we > >> don't support python 3.x in autotools currently. > >> --- > >> configure.a

Re: [Mesa-dev] [PATCH v2 3/5] configure: Enforce python 2.7.x

2018-08-16 Thread Emil Velikov
On 16 August 2018 at 14:27, Emil Velikov wrote: > On 15 August 2018 at 17:18, Dylan Baker wrote: >> We don't want to support older versions of python 2 anymore, and we >> don't support python 3.x in autotools currently. >> --- >> configure.ac | 7 +++ >> 1 file changed, 7 insertions(+) >> >>

Re: [Mesa-dev] [PATCH v2 3/5] configure: Enforce python 2.7.x

2018-08-16 Thread Emil Velikov
On 15 August 2018 at 17:18, Dylan Baker wrote: > We don't want to support older versions of python 2 anymore, and we > don't support python 3.x in autotools currently. > --- > configure.ac | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/configure.ac b/configure.ac > index c2155a54

Re: [Mesa-dev] [PATCH v2 3/5] configure: Enforce python 2.7.x

2018-08-16 Thread Eric Engestrom
On Wednesday, 2018-08-15 09:18:06 -0700, Dylan Baker wrote: > We don't want to support older versions of python 2 anymore, and we > don't support python 3.x in autotools currently. Reviewed-by: Eric Engestrom > --- > configure.ac | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/