chore(python): Add build rule for //google/rpc/context:rpc-context-py to prepare for release

chore(python): Remove moved_proto_library which is unused

PiperOrigin-RevId: 706771943
This commit is contained in:
Google APIs 2024-12-16 11:15:58 -08:00 committed by Copybara-Service
parent 8a5dedc9b6
commit 4f09c3ebf1

View file

@ -97,40 +97,29 @@ go_proto_library(
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"moved_proto_library",
"py_proto_library",
)
moved_proto_library(
name = "attribute_context_moved_proto",
srcs = [":attribute_context_proto"],
deps = [
"@com_google_protobuf//:any_proto",
"@com_google_protobuf//:duration_proto",
"@com_google_protobuf//:struct_proto",
"@com_google_protobuf//:timestamp_proto",
],
"py_gapic_assembly_pkg",
)
py_proto_library(
name = "attribute_context_py_proto",
deps = [":attribute_context_moved_proto"],
deps = [":attribute_context_proto"],
)
# Manually added target. See b/274975612 for why.
moved_proto_library(
name = "audit_context_moved_proto",
srcs = [":audit_context_proto"],
py_proto_library(
name = "audit_context_py_proto",
deps = [":audit_context_proto"],
)
# Open Source Packages
py_gapic_assembly_pkg(
name = "rpc-context-py",
deps = [
"@com_google_protobuf//:struct_proto",
":attribute_context_py_proto",
":audit_context_py_proto",
],
)
# Manually added target. See b/274975612 for why.
py_proto_library(
name = "audit_context_py_proto",
deps = [":audit_context_moved_proto"],
)
##############################################################################
# PHP