From 013ac94821951e456ff99f0326caba1bb88bf1e1 Mon Sep 17 00:00:00 2001 From: Richard Belleville <rbellevi@google.com> Date: Wed, 21 Aug 2019 15:10:02 -0700 Subject: [PATCH] And another --- examples/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/BUILD b/examples/BUILD index 6f801963c6..1455d25dc7 100644 --- a/examples/BUILD +++ b/examples/BUILD @@ -67,7 +67,7 @@ proto_library( py_proto_library( name = "helloworld_py_pb2", - srcs = [":protos/helloworld_proto"], + deps = [":protos/helloworld_proto"], ) py_grpc_library( -- GitLab