| # -*- coding: utf-8 -*- | |
| # Copyright 2020 The Chromium OS Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # Copied from | |
| # https://chromium.googlesource.com/chromiumos/infra/recipes/+/HEAD/recipe_modules/repo/ | |
| # pylint: disable=missing-module-docstring | |
| DEPS = [ | |
| 'recipe_engine/context', | |
| 'recipe_engine/file', | |
| 'recipe_engine/path', | |
| 'recipe_engine/raw_io', | |
| 'recipe_engine/step', | |
| ] |