Add plugin.proto to the list of well known files for python

In 21.x, depending on "//python:well_known_types_py_pb2" provided a transitive dependency to `compiler/plugin.proto`. That dependency was incorrectly removed for 22.x.
deannagarcia-patch-2
deannagarcia 2 years ago committed by GitHub
parent 26d3ca13a3
commit 491d27e4e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      python/BUILD.bazel

@ -54,6 +54,7 @@ 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",
],

Loading…
Cancel
Save