From 29799238c287fcd86941096fcabbae2584d04de2 Mon Sep 17 00:00:00 2001 From: Geoffrey Irving Date: Thu, 3 Dec 2015 13:11:19 -0800 Subject: Add srcs_version = "PY2AND3" in BUILD files The sources themselves appear to already be Python 3 clean. --- six.BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'six.BUILD') 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"], ) -- cgit v1.2.3