summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-08-14 10:24:29 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-08-16 13:52:56 -0700
commit64e463813079bf73a5373fe39af7bdbd90992a00 (patch)
tree4a71881f0716401e95e0b34038da4a45adc81f61 /SConstruct
parent5a8f824d8c3feabd73be6b10c8efebd19120d822 (diff)
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 <eric.engestrom@intel.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
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)
#######################################################################