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 --- wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index ff6dae23330..a0a8080b448 100644 --- a/wscript +++ b/wscript @@ -151,8 +151,7 @@ def configure(conf): if not (Options.options.without_ad_dc): raise Errors.WafError('--disable-python requires --without-ad-dc') - conf.SAMBA_CHECK_PYTHON(mandatory=not conf.env.disable_python, - version=(2, 6, 0)) + conf.SAMBA_CHECK_PYTHON(mandatory=not conf.env.disable_python) conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=(not conf.env.disable_python)) if sys.platform == 'darwin' and not conf.env['HAVE_ENVIRON_DECL']: -- cgit v1.2.1