Switch from python to python3.

Some hooks were still referring python.

No-Try: True
Bug: b/238765359
Change-Id: I0a547bdc22696e8fae03e2d2fafbce697df481bc
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3758073
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Commit-Queue: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
Mirko Bonadei 2022-07-14 07:02:02 +00:00 committed by libyuv LUCI CQ
parent d248929c05
commit 7413965da8

4
DEPS
View File

@ -2200,7 +2200,7 @@ hooks = [
'name': 'msan_chained_origins',
'pattern': '.',
'condition': 'checkout_instrumented_libraries',
'action': [ 'python',
'action': [ 'python3',
'src/third_party/depot_tools/download_from_google_storage.py',
"--no_resume",
"--no_auth",
@ -2212,7 +2212,7 @@ hooks = [
'name': 'msan_no_origins',
'pattern': '.',
'condition': 'checkout_instrumented_libraries',
'action': [ 'python',
'action': [ 'python3',
'src/third_party/depot_tools/download_from_google_storage.py',
"--no_resume",
"--no_auth",