diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2015-10-22 13:38:17 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2015-10-22 13:38:17 -0700 |
commit | fbc51b70181d80bc1dc45230495ca896d54f5193 (patch) | |
tree | dff251cd0b1c5aacd3258885e5a155755c7e5fe3 /BUILD | |
parent | 68e13f40f4d41d1d3cf8ec6382ac9e7ad132daf9 (diff) |
Add six as an external dep.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -510,6 +510,7 @@ py_proto_library( include = "src", protoc = ":protoc", py_extra_srcs = [":python_srcs"], + py_libs = ["//external:six"], visibility = ["//visibility:public"], ) |