From 48dd1ed65a4f86af7af5252e8423e0473a23385b Mon Sep 17 00:00:00 2001 From: Radim Kolar Date: Fri, 16 Aug 2019 14:28:52 +0200 Subject: [PATCH] Require scons 3.0 and python 2.7 --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index cdaed94..20522de 100644 --- a/SConstruct +++ b/SConstruct @@ -2,8 +2,8 @@ import os # init Scons -EnsureSConsVersion(1,1) -EnsurePythonVersion(2,2) +EnsureSConsVersion(3,0) +EnsurePythonVersion(2,7) # set defaults PREFIX='/usr/local'