aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2016-03-18 14:02:48 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-03-21 09:32:56 +0000
commitfc83ed80e76e69a4082e720e98cb589f35e4fe20 (patch)
tree3b1ea96c76e70cf9c03690e9457f7394a8284de4 /third_party
parenta949315e44ecf145bcd43e4a82fe264b9fa34e60 (diff)
Fix a dangling label.
I didn't verify that this is the right thing, but it sure compiles. That's not a very high bar for Python rules, though. -- MOS_MIGRATED_REVID=117543822
Diffstat (limited to 'third_party')
-rw-r--r--third_party/protobuf/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/protobuf/BUILD b/third_party/protobuf/BUILD
index 0e277208a2..a169671ba0 100644
--- a/third_party/protobuf/BUILD
+++ b/third_party/protobuf/BUILD
@@ -74,7 +74,7 @@ py_proto_library(
default_runtime = "",
protoc = ":protoc",
py_libs = [
- ":python_srcs",
+ ":protobuf_python_srcs",
"//third_party/py/six",
],
srcs_version = "PY2AND3",