Merge pull request #10118 from phst/public

Make //:protobuf_python and //:well_known_types_py_pb2 public.
pull/10219/head
deannagarcia 3 years ago committed by GitHub
commit 7a939a5a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      BUILD.bazel

@ -929,7 +929,7 @@ py_proto_library(
default_runtime = "",
protoc = ":protoc",
srcs_version = "PY2AND3",
visibility = ["@upb//:__subpackages__"],
visibility = ["//visibility:public"],
)
py_library(
@ -941,6 +941,7 @@ py_library(
":python/google/protobuf/pyext/_message.so",
],
}),
visibility = ["//visibility:public"],
deps = [
":python_srcs",
":well_known_types_py_pb2",

Loading…
Cancel
Save