OLD | NEW |
---|---|
1 DEPS = [ | 1 DEPS = [ |
2 'recipe_engine/json', | 2 'cipd', |
3 'file', | |
3 'recipe_engine/path', | 4 'recipe_engine/path', |
4 'recipe_engine/platform', | 5 'recipe_engine/platform', |
5 'recipe_engine/python', | 6 'recipe_engine/python', |
6 'recipe_engine/step', | 7 'recipe_engine/step', |
8 'url', | |
7 ] | 9 ] |
OLD | NEW |