aboutsummaryrefslogtreecommitdiffhomepage
path: root/six.BUILD
diff options
context:
space:
mode:
authorGravatar Geoffrey Irving <geoffreyi@google.com>2015-12-03 13:11:19 -0800
committerGravatar Geoffrey Irving <geoffreyi@google.com>2015-12-03 13:16:06 -0800
commit29799238c287fcd86941096fcabbae2584d04de2 (patch)
tree08caf215c422683abf0144a453013958e5a3ce22 /six.BUILD
parentdbc91e979726573960374279653fc8ccc28dcc5f (diff)
Add srcs_version = "PY2AND3" in BUILD files
The sources themselves appear to already be Python 3 clean.
Diffstat (limited to 'six.BUILD')
-rw-r--r--six.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/six.BUILD b/six.BUILD
index 55c53a42..fb0b3604 100644
--- a/six.BUILD
+++ b/six.BUILD
@@ -8,5 +8,6 @@ genrule(
py_library(
name = "six",
srcs = ["six.py"],
+ srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)