Update scripts to Python 3

Python 2 is deprecated and have now been removed from CI builders.

Change-Id: Ic838714502e16136bd8ed345a47a00b71ff889aa
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/4754416
Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Petr Hosek
2023-08-06 02:44:30 +00:00
committed by Mike Frysinger
parent 8f6b252722
commit 922d49bdfe
4 changed files with 13 additions and 16 deletions

2
DEPS
View File

@@ -52,7 +52,7 @@ deps = {
hooks = [
{
# Keep the manifest up to date.
"action": ["python", "src/src/tools/python/deps-to-manifest.py",
"action": ["src/src/tools/python/deps-to-manifest.py",
"src/DEPS", "src/default.xml"],
},
]