Index: infra/bots/recipe_modules/infra/__init__.py |
diff --git a/infra/bots/recipe_modules/builder_name_schema/__init__.py b/infra/bots/recipe_modules/infra/__init__.py |
similarity index 80% |
copy from infra/bots/recipe_modules/builder_name_schema/__init__.py |
copy to infra/bots/recipe_modules/infra/__init__.py |
index a3c929700975317891da2aafcfba3f569c53b2aa..ba20b52f95ab9efc34e09c56bb9bdf529fc14255 100644 |
--- a/infra/bots/recipe_modules/builder_name_schema/__init__.py |
+++ b/infra/bots/recipe_modules/infra/__init__.py |
@@ -3,4 +3,7 @@ |
# found in the LICENSE file. |
DEPS = [ |
+ 'recipe_engine/step', |
+ 'run', |
+ 'vars', |
] |