buildtools/wafsamba: Ensure default python picked up is python3
authorAndrew Bartlett <abartlet@samba.org>
Thu, 13 Dec 2018 17:03:13 +0000 (17:03 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 13 Dec 2018 23:51:33 +0000 (00:51 +0100)
commit90f0460c69e4966195edb19ca98c5e774c8af5c5
tree5d51cd2d7574db7a7c28e2353148cafdff8f249d
parentbae5364bf39f863d25e3c7caac59c6af28b4f441
buildtools/wafsamba: Ensure default python picked up is python3

1) set the default python searched for samba waf to be python3
2) remove default setting of PYTHON variable if not defined (not needed)

Signed-off-by: Noel Power <npower@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_python.py