From ff17eefa184f6985e5d9a8ee3e725da95a06cd23 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 27 Apr 2020 19:45:04 -0700 Subject: [PATCH] chore: add Python target for orgpolicy BUILD.bazel PiperOrigin-RevId: 308747658 --- google/cloud/orgpolicy/v1/BUILD.bazel | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/google/cloud/orgpolicy/v1/BUILD.bazel b/google/cloud/orgpolicy/v1/BUILD.bazel index 9a927287..35ac2f45 100644 --- a/google/cloud/orgpolicy/v1/BUILD.bazel +++ b/google/cloud/orgpolicy/v1/BUILD.bazel @@ -77,6 +77,7 @@ load( "moved_proto_library", "py_grpc_library", "py_proto_library", + "py_gapic_assembly_pkg", ) moved_proto_library( @@ -101,6 +102,17 @@ py_grpc_library( deps = [":orgpolicy_py_proto"], ) +# Open Source Packages +# DO NOT REMOVE, this is needed to generate a Python package +# with the orgpolicy protos. +py_gapic_assembly_pkg( + name = "orgpolicy-v1-py", + deps = [ + ":orgpolicy_py_grpc", + ":orgpolicy_py_proto", + ":orgpolicy_proto", + ], +) ############################################################################## # PHP ##############################################################################