[kupfer] wscript: Require Python 2.6



commit d2c0405a061bb1e266410fb4de9a7e760fe35176
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Fri Feb 12 00:04:24 2010 +0100

    wscript: Require Python 2.6
    
    Since there are some changes in master that require Py 2.6, we must
    change this in the wscript as well so that kupfer gets configured
    correctly.
    
    Note that the changes that require Py 2.6 are so far very limited, and
    can be fixed by willing hackers.

 wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wscript b/wscript
index e165318..bfd2bf8 100644
--- a/wscript
+++ b/wscript
@@ -106,7 +106,7 @@ def set_options(opt):
 
 def configure(conf):
 	conf.check_tool("python")
-	conf.check_python_version((2,5,0))
+	conf.check_python_version((2,6,0))
 	conf.check_tool("misc gnu_dirs")
 
 	# BUG: intltool requires gcc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]