Fix broken python3 build
This commit is contained in:
parent
66264a9761
commit
85434931af
1
third_party/astor.BUILD
vendored
1
third_party/astor.BUILD
vendored
@ -19,5 +19,6 @@ py_library(
|
||||
"astor/string_repr.py",
|
||||
"astor/tree_walk.py",
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
1
third_party/gast.BUILD
vendored
1
third_party/gast.BUILD
vendored
@ -14,5 +14,6 @@ py_library(
|
||||
"gast/astn.py",
|
||||
"gast/gast.py",
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
1
third_party/termcolor.BUILD
vendored
1
third_party/termcolor.BUILD
vendored
@ -10,5 +10,6 @@ py_library(
|
||||
srcs = [
|
||||
"termcolor.py",
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user