aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/termcolor.BUILD
diff options
context:
space:
mode:
authorGravatar Eunji Jeong <egjung49@gmail.com>2018-01-15 19:28:05 +0900
committerGravatar Eunji Jeong <egjung49@gmail.com>2018-01-15 19:28:49 +0900
commit85434931af1c14c966022aa90587524ed3d8bd6a (patch)
tree7f1ab0217c5e0aabdc1da0bdbba140a0e10a2955 /third_party/termcolor.BUILD
parent66264a97610506c6700060a46eb930ad39b74269 (diff)
Fix broken python3 build
Diffstat (limited to 'third_party/termcolor.BUILD')
-rw-r--r--third_party/termcolor.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/termcolor.BUILD b/third_party/termcolor.BUILD
index 94fcb3beaa..6000e3289d 100644
--- a/third_party/termcolor.BUILD
+++ b/third_party/termcolor.BUILD
@@ -10,5 +10,6 @@ py_library(
srcs = [
"termcolor.py",
],
+ srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)