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/astor.BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/astor.BUILD') diff --git a/third_party/astor.BUILD b/third_party/astor.BUILD index c244e47ab7..58fe9acf33 100644 --- a/third_party/astor.BUILD +++ b/third_party/astor.BUILD @@ -19,5 +19,6 @@ py_library( "astor/string_repr.py", "astor/tree_walk.py", ], + srcs_version = "PY2AND3", visibility = ["//visibility:public"], ) -- cgit v1.2.3