aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/flavor/__init__.py
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-03-19 16:52:37 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-20 14:02:03 +0000
commitf20710e00cbb978942fe5a5ffb35be847bde6eb2 (patch)
tree5d133c11194252f8257256f6ea3eb7e9a36d9832 /infra/bots/recipe_modules/flavor/__init__.py
parent0060c3394c6bdb106a12685e11d29ffd258590a5 (diff)
[recipes] Add asset_version utility function.
Bug: skia:7720 Change-Id: I044ca5281354b21c9deffa408ad7ec20c51d2e2e Reviewed-on: https://skia-review.googlesource.com/115122 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/flavor/__init__.py')
-rw-r--r--infra/bots/recipe_modules/flavor/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/infra/bots/recipe_modules/flavor/__init__.py b/infra/bots/recipe_modules/flavor/__init__.py
index b3ffed819d..d25d31ccb6 100644
--- a/infra/bots/recipe_modules/flavor/__init__.py
+++ b/infra/bots/recipe_modules/flavor/__init__.py
@@ -5,7 +5,6 @@
DEPS = [
'builder_name_schema',
'depot_tools/bot_update',
- 'depot_tools/cipd',
'depot_tools/git',
'env',
'infra',
@@ -13,7 +12,6 @@ DEPS = [
'recipe_engine/file',
'recipe_engine/path',
'recipe_engine/platform',
- 'recipe_engine/properties',
'recipe_engine/python',
'recipe_engine/raw_io',
'recipe_engine/step',