aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index 80e1fd5cda..adbe53a3e3 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -277,7 +277,7 @@ cc_binary(
linkshared = 1,
deps = [
"//tensorflow/core:framework_headers_lib",
- "@protobuf//:protobuf_headers",
+ "@protobuf_archive//:protobuf_headers",
],
)
@@ -2177,6 +2177,7 @@ cuda_py_test(
":dtypes",
":framework_test_lib",
],
+ tags = ["no_windows"],
)
cuda_py_test(
@@ -2518,7 +2519,7 @@ py_library(
deps = [
"//third_party/py/numpy",
"@org_python_pypi_backports_weakref",
- "@protobuf//:protobuf_python",
+ "@protobuf_archive//:protobuf_python",
"@six_archive//:six",
],
)