From 929f1510164238b36394aa6710a0e506b77344ff Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 17 Jun 2019 22:42:08 +0200 Subject: [PATCH] Cherry-picking #19349 in. --- examples/python/multiprocessing/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python/multiprocessing/BUILD b/examples/python/multiprocessing/BUILD index 8140d80633a..f9fa6598068 100644 --- a/examples/python/multiprocessing/BUILD +++ b/examples/python/multiprocessing/BUILD @@ -36,7 +36,7 @@ py_binary( "//src/python/grpcio/grpc:grpcio", ":prime_proto_pb2", ], - python_version = "PY3", + srcs_version = "PY3", ) py_binary( @@ -50,7 +50,7 @@ py_binary( "//conditions:default": [requirement("futures")], "//:python3": [], }), - python_version = "PY3", + srcs_version = "PY3", ) py_test(