No public description

PiperOrigin-RevId: 590213610
Change-Id: Iefbee8b45c49fed7696f28519ac52f16ff643228
This commit is contained in:
Googler 2023-12-12 08:33:28 -08:00 committed by Copybara-Service
parent 15300e1a17
commit 05bd7e7e46
2 changed files with 4 additions and 4 deletions

View File

@ -27,9 +27,9 @@ 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",
#internal proto upb dep,
],
)
@ -57,9 +57,9 @@ 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",
#internal proto upb dep,
],
)
@ -70,9 +70,9 @@ 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",
#internal proto upb dep,
],
)

View File

@ -17,7 +17,7 @@ from google.protobuf import text_format
from third_party.com.github.bazelbuild.bazel.src.main.protobuf import crosstool_config_pb2
from tools.migration.ctoolchain_comparator_lib import compare_ctoolchains
from py import mock
from py from py import mock
try:
# Python 2
from cStringIO import StringIO