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