blob: 846a4c77b56b5f6d1cf2a20d38130e7764805238 [file]
load("//:compile.bzl", "proto_compile")
def python_grpc_compile(**kwargs):
# Append the python plugins and call generic compile
kwargs["plugins"] = kwargs.get("plugins", []) + [
Label("//python:python"),
Label("//python:grpc_python"),
]
proto_compile(**kwargs)