aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/python/BUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index df702feffe..9ec7490448 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -745,10 +745,9 @@ py_library(
":framework",
":lib",
":ops",
- ":protos_all_py_py_pb2",
+ ":protos_all_py",
":pywrap_tensorflow",
":training_ops",
- "//tensorflow/core:protos_all_py",
],
)
@@ -804,7 +803,7 @@ py_test(
main = "util/protobuf/compare_test.py",
srcs_version = "PY2AND3",
deps = [
- ":compare_test_py_pb2",
+ ":compare_test_proto_py",
":platform_test",
":util",
],
@@ -1080,10 +1079,9 @@ py_library(
deps = [
":client",
":framework",
- ":protos_all_py_py_pb2",
+ ":protos_all_py",
":pywrap_tensorflow",
":util",
- "//tensorflow/core:protos_all_py",
],
)