From 64e463813079bf73a5373fe39af7bdbd90992a00 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 14 Aug 2018 10:24:29 -0700 Subject: scons: Require python 2.7 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 Reviewed-by: Jose Fonseca --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 6e034fb968f..51dc301a9a8 100644 --- a/SConstruct +++ b/SConstruct @@ -31,6 +31,7 @@ import common # Minimal scons version EnsureSConsVersion(2, 4) +EnsurePythonVersion(2, 7) ####################################################################### -- cgit v1.2.1