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

Dylan Baker dylan at pnwbakers.com
Tue Aug 14 17:34:48 UTC 2018


less than 2.7 is not supported.
---
 SConstruct | 1 +
 1 file changed, 1 insertion(+)

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)
 
 
 #######################################################################
-- 
2.18.0



More information about the mesa-dev mailing list