chore: add Python target for orgpolicy BUILD.bazel

PiperOrigin-RevId: 308747658
This commit is contained in:
Google APIs 2020-04-27 19:45:04 -07:00 committed by Copybara-Service
parent 371206424e
commit ff17eefa18
1 changed files with 12 additions and 0 deletions

View File

@ -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
##############################################################################