Index: recipe_modules/tryserver/__init__.py |
diff --git a/recipe_modules/tryserver/__init__.py b/recipe_modules/tryserver/__init__.py |
index 53957cdc2e0c8217f32a12b6a5a0ba139e906b28..e8443dc12791fad0ea693f620967eb3e139c7c2a 100644 |
--- a/recipe_modules/tryserver/__init__.py |
+++ b/recipe_modules/tryserver/__init__.py |
@@ -3,7 +3,9 @@ |
# found in the LICENSE file. |
DEPS = [ |
+ 'depot_tools', |
'git', |
+ 'git_cl', |
'recipe_engine/json', |
'recipe_engine/path', |
'recipe_engine/platform', |