blob: b57dcd7b1e393703d23d20addfaa7391d3b91f7e [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from PB.recipe_modules.fuchsia.build.properties import InputProperties
PYTHON_VERSION_COMPATIBILITY = "PY3"
DEPS = [
"fuchsia/bqupload",
"fuchsia/buildbucket_util",
"fuchsia/cache",
"fuchsia/cas_util",
"fuchsia/goma",
"fuchsia/gsutil",
"fuchsia/macos_sdk",
"fuchsia/rbe",
"fuchsia/recipe_testing",
"fuchsia/size_diff",
"fuchsia/tar",
"fuchsia/testsharder",
"fuchsia/utils",
"recipe_engine/buildbucket",
"recipe_engine/cipd",
"recipe_engine/context",
"recipe_engine/file",
"recipe_engine/json",
"recipe_engine/path",
"recipe_engine/platform",
"recipe_engine/proto",
"recipe_engine/raw_io",
"recipe_engine/step",
"recipe_engine/swarming",
]
PROPERTIES = InputProperties