chore: add Python target for orgpolicy BUILD.bazel
PiperOrigin-RevId: 308747658
This commit is contained in:
parent
371206424e
commit
ff17eefa18
|
|
@ -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
|
||||
##############################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue