aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@chromium.org>2022-07-14 07:02:02 +0000
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-14 17:45:41 +0000
commit7413965da8814cb18ab0fe7e305cc995414514c8 (patch)
tree723e284552e3dac4bd4c04d721b15fd0f2eb1368 /DEPS
parentd248929c059ff7629a85333699717d7a677d8d96 (diff)
downloadlibyuv-7413965da8814cb18ab0fe7e305cc995414514c8.tar.gz
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>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 7fb094d0..3cf2dbe0 100644
--- a/DEPS
+++ b/DEPS
@@ -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",