summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2015-03-08 15:54:07 +0100
committerAndrew Bartlett <abartlet@samba.org>2015-03-16 03:00:06 +0100
commita549b45ed7747e8817ff07e8e755ef04edb35574 (patch)
tree3eb540308ba1320653ebb78aac81c900815e988c /wscript
parent44113a45dcf139f7ac95f217dcc9aab45a203975 (diff)
downloadsamba-a549b45ed7747e8817ff07e8e755ef04edb35574.tar.gz
Require at least Python 2.6.
Per discussion on the list earlier this year. Change-Id: I085c6e8253b2b8183749c2b0962714c350b2d440 Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f1d2e971fe0..23f94798c51 100644
--- a/wscript
+++ b/wscript
@@ -103,7 +103,7 @@ def configure(conf):
conf.SAMBA_CHECK_PERL(mandatory=True)
conf.find_program('xsltproc', var='XSLTPROC')
- conf.SAMBA_CHECK_PYTHON(mandatory=True, version=(2,5,0))
+ conf.SAMBA_CHECK_PYTHON(mandatory=True, version=(2, 6, 0))
conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=True)
if sys.platform == 'darwin' and not conf.env['HAVE_ENVIRON_DECL']: