From 85434931af1c14c966022aa90587524ed3d8bd6a Mon Sep 17 00:00:00 2001 From: Eunji Jeong Date: Mon, 15 Jan 2018 19:28:05 +0900 Subject: Fix broken python3 build --- third_party/gast.BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/gast.BUILD') 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"], ) -- cgit v1.2.3