fix sources for python target and add needed dependencies.

reviewable/pr867/r2
Jisi Liu 9 years ago
parent 53a56be4c4
commit a33fa8eddc
  1. 6
      protobuf.bzl

@ -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(

Loading…
Cancel
Save