From a459650054b5500026b6387fb0eb2ef29ced9b5f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 15 Feb 2019 16:04:53 +1300 Subject: build: Remove manual specification of minimum python version We now used the default of 3.4 from conf.SAMBA_CHECK_PYTHON() Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- ctdb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb/wscript') diff --git a/ctdb/wscript b/ctdb/wscript index 4adf60046c3..15dd75708f0 100644 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -140,7 +140,7 @@ def configure(conf): if conf.env.standalone_ctdb: conf.SAMBA_CHECK_PERL(mandatory=True) - conf.SAMBA_CHECK_PYTHON(mandatory=False, version=(2,5,0)) + conf.SAMBA_CHECK_PYTHON(mandatory=False) conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=False) if conf.CHECK_FOR_THIRD_PARTY(): -- cgit v1.2.1