Re: [Mesa-dev] [PATCH v2 4/5] scons: Require python 2.7

2018-08-16 Thread Eric Engestrom
On Wednesday, 2018-08-15 09:18:07 -0700, Dylan Baker wrote: > less than 2.7 is not supported. > > v2: - Remove check for python >= 2.0, since we've already enforced 2.7 Reviewed-by: Eric Engestrom > --- > SConstruct | 1 + > scons/gallium.py | 4 > 2 files changed, 1 insertion(+), 4

[Mesa-dev] [PATCH v2 4/5] scons: Require python 2.7

2018-08-15 Thread Dylan Baker
less than 2.7 is not supported. v2: - Remove check for python >= 2.0, since we've already enforced 2.7 --- SConstruct | 1 + scons/gallium.py | 4 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/SConstruct b/SConstruct index 6e034fb968f..51dc301a9a8 100644 --- a/SConstruc