build: Remove manual specification of minimum python version
[samba.git] / lib / talloc / wscript
index 81d12f8c054f3dbec39ba29e8c852193806532a7..827ae88498be791b01a513b4e1107bdac5d8995b 100644 (file)
@@ -62,7 +62,7 @@ def configure(conf):
 
     if not conf.env.disable_python:
         # also disable if we don't have the python libs installed
-        conf.SAMBA_CHECK_PYTHON(mandatory=False, version=(2,4,2))
+        conf.SAMBA_CHECK_PYTHON(mandatory=False)
         conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=False)
         if not conf.env.HAVE_PYTHON_H:
             Logs.warn('Disabling pytalloc-util as python devel libs not found')