diff --git a/modules/python/BUILD.bazel b/modules/python/BUILD.bazel index a35dd0f2..1f05eba3 100644 --- a/modules/python/BUILD.bazel +++ b/modules/python/BUILD.bazel @@ -35,7 +35,7 @@ proto_plugin( proto_plugin( name = "grpclib_plugin", - outputs = ["{protopath}_grpc.py"], + outputs = ["{protopath|python}_grpc.py"], tool = "//grpclib:plugin", visibility = ["//visibility:public"], )