Commit a33fa8ed authored by Jisi Liu's avatar Jisi Liu

fix sources for python target and add needed dependencies.

parent 53a56be4
...@@ -237,12 +237,12 @@ def py_proto_library( ...@@ -237,12 +237,12 @@ def py_proto_library(
name=copied_srcs_name, name=copied_srcs_name,
srcs=outs, srcs=outs,
include=include) include=include)
srcs=[copied_srcs_name] outs=[copied_srcs_name]
native.py_library( native.py_library(
name=name, name=name,
srcs=srcs+py_extra_srcs, srcs=outs+py_extra_srcs,
deps=py_libs, deps=py_libs+deps,
**kargs) **kargs)
def internal_protobuf_py_tests( def internal_protobuf_py_tests(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment