From 7413965da8814cb18ab0fe7e305cc995414514c8 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Thu, 14 Jul 2022 07:02:02 +0000 Subject: [PATCH] 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 Commit-Queue: Frank Barchard --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 7fb094d0f..3cf2dbe00 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",