mirror of https://github.com/bazelbuild/rules_cc
Automatic code cleanup.
PiperOrigin-RevId: 584077823 Change-Id: I1b57584d21fda9c8da2f04a0a03f1c387a579497
This commit is contained in:
parent
51b77439a1
commit
15300e1a17
|
@ -27,6 +27,7 @@ py_binary(
|
|||
deps = [
|
||||
":legacy_fields_migration_lib",
|
||||
"//third_party/com/github/bazelbuild/bazel/src/main/protobuf:crosstool_config_py_pb2",
|
||||
"//third_party/py/google/protobuf:use_fast_cpp_protos",
|
||||
"@io_abseil_py//absl:app",
|
||||
"@io_abseil_py//absl/flags",
|
||||
],
|
||||
|
@ -56,6 +57,7 @@ py_binary(
|
|||
python_version = "PY3",
|
||||
deps = [
|
||||
"//third_party/com/github/bazelbuild/bazel/src/main/protobuf:crosstool_config_py_pb2",
|
||||
"//third_party/py/google/protobuf:use_fast_cpp_protos",
|
||||
"@io_abseil_py//absl:app",
|
||||
"@io_abseil_py//absl/flags",
|
||||
],
|
||||
|
@ -68,6 +70,7 @@ py_binary(
|
|||
deps = [
|
||||
":ctoolchain_comparator_lib",
|
||||
"//third_party/com/github/bazelbuild/bazel/src/main/protobuf:crosstool_config_py_pb2",
|
||||
"//third_party/py/google/protobuf:use_fast_cpp_protos",
|
||||
"@io_abseil_py//absl:app",
|
||||
"@io_abseil_py//absl/flags",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue