Skip to content

Commit

Permalink
Fix broken python3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
ejjeong committed Jan 15, 2018
1 parent 66264a9 commit 8543493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party/astor.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ py_library(
"astor/string_repr.py",
"astor/tree_walk.py",
],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions third_party/gast.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ py_library(
"gast/astn.py",
"gast/gast.py",
],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions third_party/termcolor.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ py_library(
srcs = [
"termcolor.py",
],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)

0 comments on commit 8543493

Please sign in to comment.