From 6044b24cfc68117cdc499fe2f7eac7d89a9cb437 Mon Sep 17 00:00:00 2001 From: Adam Michael Date: Fri, 10 Mar 2017 18:06:34 -0500 Subject: Make //:protobuf_python have correct __init__.py. Previously //:protobuf_python set no __init__.py so Bazel created an empty one. This change makes it use the __init__.py from the repository. --- BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD') diff --git a/BUILD b/BUILD index bf894628..d63c6d4f 100644 --- a/BUILD +++ b/BUILD @@ -693,6 +693,7 @@ py_proto_library( ":python_srcs", "//external:six", ], + py_extra_srcs = glob(["python/**/__init__.py"]), srcs_version = "PY2AND3", visibility = ["//visibility:public"], ) -- cgit v1.2.3