build: Allow a fuzzing build with Python 3.5
authorAndrew Bartlett <abartlet@samba.org>
Tue, 17 Mar 2020 04:07:02 +0000 (17:07 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 19 Mar 2020 20:46:42 +0000 (20:46 +0000)
commitee5c07cb0f1c85a56a3f330a692b1b04553213cc
tree0c5cd1d703c705bb3c4036c3033b54f2487f2344
parent5406205382fa8177ea0993a5b0996dc5e7cb5abe
build: Allow a fuzzing build with Python 3.5

The Python 3.6 changes are only in actual .py files, not in the build system
nor the C side of things, so relax this so we can still build on oss-fuzz
which is based on Ubuntu 16.04 for now.

REF: https://github.com/google/oss-fuzz/issues/3505
REF: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21189

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
buildtools/wafsamba/samba_python.py