It's easier for maintainers if all python tools/scripts support only a single version of Python. There are only a few scripts that aren't explicitly python3 at this point, so this PR changes those remaining scripts to explicitly require python3.
Backport of core PR11881
https://github.com/bitcoin/bitcoin/pull/11881/files
Depends on D3555