aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index 4b290f1509..b7e2a462e5 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -134,7 +134,7 @@ cc_binary(
}),
linkshared = 1,
deps = [
- "//google/protobuf",
+ "@protobuf//:protobuf",
"//tensorflow/core:framework_headers_lib",
],
)
@@ -885,7 +885,7 @@ py_library(
name = "util",
srcs = glob(["util/**/*.py"]),
srcs_version = "PY2AND3",
- deps = ["//google/protobuf:protobuf_python"],
+ deps = ["@protobuf//:protobuf_python"],
)
tf_proto_library(