mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-17 01:22:36 +08:00
Modified waf scripts to have a minimum python version requirement of 2.6.6, instead of 2.7.3
This commit is contained in:

committed by
Chris Johns

parent
e143a62f6b
commit
01a419253a
@@ -41,7 +41,7 @@ def options(opt):
|
||||
def configure(conf):
|
||||
recurse(conf)
|
||||
conf.load('python')
|
||||
conf.check_python_version((2,7,3))
|
||||
conf.check_python_version((2,6,6))
|
||||
|
||||
def build(bld):
|
||||
recurse(bld)
|
||||
|
@@ -7,7 +7,7 @@ def options(opt):
|
||||
|
||||
def configure(conf):
|
||||
conf.load('python')
|
||||
conf.check_python_version((2,7,3))
|
||||
conf.check_python_version((2,6,6))
|
||||
|
||||
def build(bld):
|
||||
source = ['__init__.py',
|
||||
|
Reference in New Issue
Block a user