Skip to content

Commit 11a92b6

Browse files
authored
Merge pull request #1392 from rtg0795/2.19
add @absl_py//absl:app dep to tensorflow_build_info
2 parents a86515b + 1f36c46 commit 11a92b6

File tree

1 file changed

+4
-1
lines changed
  • oss_scripts/pip_package

1 file changed

+4
-1
lines changed

oss_scripts/pip_package/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ compile_pip_requirements(
2121
py_binary(
2222
name = "tensorflow_build_info",
2323
srcs = ["tensorflow_build_info.py"],
24-
deps = ["@release_or_nightly//:tensorflow_pkg"],
24+
deps = [
25+
"@absl_py//absl:app",
26+
"@release_or_nightly//:tensorflow_pkg",
27+
],
2528
)
2629

2730
sh_binary(

0 commit comments

Comments
 (0)