build: Raise minimum python version to 2.5.0 for samba build
authorAndrew Bartlett <abartlet@samba.org>
Mon, 8 Apr 2013 07:25:27 +0000 (17:25 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 11 Apr 2013 06:44:46 +0000 (16:44 +1000)
commit7955bf473f63e31566e29299b03d44d9b450d1ae
treee17ca9c4615454de5ae3ae30e6635ac8c1ae506a
parentafd291b1dee44b2400bed119bccfc0b722d8cc9c
build: Raise minimum python version to 2.5.0 for samba build

RHEL5 has a python26 package for a modern python, and was the main reason we
kept python 2.5 support.

However, this support never actually worked for AD DC installations,
as samba-tool uses a feature only in 2.5 and above.  Very few folks
noticed and those were on RHEL5, and moving to 2.5 allows us to remove
some other workarounds.

Andrew Bartlett

Reviewed-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_python.py
m4/check_python.m4
wscript