From 56c149863c812b50f05cf23b5b25da0a465e587d Mon Sep 17 00:00:00 2001 From: deannagarcia <69992229+deannagarcia@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:43:21 -0800 Subject: [PATCH] Depend on proto file instead of proto library --- python/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/BUILD.bazel b/python/BUILD.bazel index 5fcece7f04..f6fe071152 100644 --- a/python/BUILD.bazel +++ b/python/BUILD.bazel @@ -54,9 +54,9 @@ internal_py_proto_library( internal_copy_files( name = "copied_wkt_proto_files", srcs = [ - "//:compiler_plugin_proto", "//:well_known_type_protos", "//src/google/protobuf:descriptor_proto_srcs", + "//src/google/protobuf/compiler:plugin.proto", ], strip_prefix = "src", )