aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_housekeeper.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/swarm_housekeeper.py')
-rw-r--r--infra/bots/recipes/swarm_housekeeper.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/bots/recipes/swarm_housekeeper.py b/infra/bots/recipes/swarm_housekeeper.py
index e0e779dc3a..e92708ce29 100644
--- a/infra/bots/recipes/swarm_housekeeper.py
+++ b/infra/bots/recipes/swarm_housekeeper.py
@@ -6,13 +6,13 @@
# Recipe for the Skia PerCommit Housekeeper.
DEPS = [
- 'core',
'recipe_engine/path',
'recipe_engine/properties',
'recipe_engine/python',
'recipe_engine/step',
- 'run',
- 'vars',
+ 'skia-recipes/core',
+ 'skia-recipes/run',
+ 'skia-recipes/vars',
]