brave-browser
brave-browser copied to clipboard
checkdeps should be run via python3
It contains #!/usr/bin/env python3
. DEPS
files are executed as python scripts, to support all python3 features inside DEPS
we should run checkdeps with python3.