aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/pip_package/BUILD')
-rw-r--r--tensorflow/tools/pip_package/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/tensorflow/tools/pip_package/BUILD b/tensorflow/tools/pip_package/BUILD
index 7839eddcf8..1a4679c8a3 100644
--- a/tensorflow/tools/pip_package/BUILD
+++ b/tensorflow/tools/pip_package/BUILD
@@ -200,7 +200,11 @@ filegroup(
"@grpc//third_party/nanopb:LICENSE.txt",
"@grpc//third_party/address_sorting:LICENSE",
],
- ) + tf_additional_license_deps(),
+ ) + if_not_windows([
+ "@ngraph//:LICENSE",
+ "@ngraph_tf//:LICENSE",
+ "@nlohmann_json_lib//:LICENSE",
+ ]) + tf_additional_license_deps(),
)
sh_binary(