diff --git a/tensorflow/python/util/BUILD b/tensorflow/python/util/BUILD index 8ae6ca3d77d..80c87399710 100644 --- a/tensorflow/python/util/BUILD +++ b/tensorflow/python/util/BUILD @@ -73,10 +73,10 @@ tf_python_pybind_extension( hdrs = ["util.h"], module_name = "_pywrap_utils", deps = [ + "//tensorflow/core/platform:platform_port", "//tensorflow/python:pybind11_lib", "//third_party/python_runtime:headers", "@pybind11", - "//tensorflow/core/platform:platform_port", ], )