aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/py_native/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/py_native/BUILD')
-rw-r--r--examples/py_native/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/py_native/BUILD b/examples/py_native/BUILD
index 9d52fd6848..aafa7b77c7 100644
--- a/examples/py_native/BUILD
+++ b/examples/py_native/BUILD
@@ -10,6 +10,7 @@ filegroup(
py_binary(
name = "bin",
srcs = ["bin.py"],
+ legacy_create_init = False,
deps = [
":lib",
"//examples/py_native/fibonacci",
@@ -24,6 +25,7 @@ py_library(
py_test(
name = "test",
srcs = ["test.py"],
+ legacy_create_init = False,
deps = [
":lib",
"//examples/py_native/fibonacci",
@@ -33,5 +35,6 @@ py_test(
py_test(
name = "fail",
srcs = ["fail.py"],
+ legacy_create_init = False,
deps = [":lib"],
)