Skip to content

Commit

Permalink
chore(python): Add build rule for //gapic/metadata:metadata-py to pre…
Browse files Browse the repository at this point in the history
…pare for release

chore(python): Remove moved_proto_library and py_grpc_library rules which are unused

PiperOrigin-RevId: 706864764
  • Loading branch information
Google APIs authored and copybara-github committed Dec 17, 2024
1 parent bb7263d commit 57df4bc
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions gapic/metadata/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,21 @@ go_proto_library(
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"moved_proto_library",
"py_grpc_library",
"py_proto_library",
)

moved_proto_library(
name = "metadata_moved_proto",
srcs = [":metadata_proto"],
deps = [
],
"py_gapic_assembly_pkg",
)

py_proto_library(
name = "metadata_py_proto",
deps = [":metadata_moved_proto"],
deps = [":metadata_proto"],
)

py_grpc_library(
name = "metadata_py_grpc",
srcs = [":metadata_moved_proto"],
deps = [":metadata_py_proto"],
# Open Source Packages
py_gapic_assembly_pkg(
name = "metadata-py",
deps = [
":metadata_py_proto"
],
)

##############################################################################
Expand Down

0 comments on commit 57df4bc

Please sign in to comment.