summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdb/python/wscript')
-rw-r--r--tools/gdb/python/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gdb/python/wscript b/tools/gdb/python/wscript
index 0cb5bb8..1882d0a 100644
--- a/tools/gdb/python/wscript
+++ b/tools/gdb/python/wscript
@@ -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',