aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gast.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gast.BUILD')
-rw-r--r--third_party/gast.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/gast.BUILD b/third_party/gast.BUILD
index 0ccf8eff58..06db528ada 100644
--- a/third_party/gast.BUILD
+++ b/third_party/gast.BUILD
@@ -14,5 +14,6 @@ py_library(
"gast/astn.py",
"gast/gast.py",
],
+ srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)