| Index: recipe_engine/recipe_api.py
|
| diff --git a/recipe_engine/recipe_api.py b/recipe_engine/recipe_api.py
|
| index 985abe200e90516e993c956a9840d6c695a39d8a..5e8f95d9ee7c0e5de528607e6d19e51c8fcca728 100644
|
| --- a/recipe_engine/recipe_api.py
|
| +++ b/recipe_engine/recipe_api.py
|
| @@ -454,8 +454,8 @@ class RecipeApi(RecipeApiPlain):
|
|
|
|
|
| class RecipeScriptApi(RecipeApiPlain, ModuleInjectionSite):
|
| - pass
|
| -
|
| + def depend_on(self, recipe, properties, **kwargs):
|
| + return self._engine.depend_on(recipe, properties, **kwargs)
|
|
|
| # This is a sentinel object for the Property system. This allows users to
|
| # specify a default of None that will actually be respected.
|
|
|