summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--vdso/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdso/BUILD b/vdso/BUILD
index f95f690eb..7ceed349e 100644
--- a/vdso/BUILD
+++ b/vdso/BUILD
@@ -87,5 +87,6 @@ cc_flags_supplier(
py_binary(
name = "check_vdso",
srcs = ["check_vdso.py"],
+ python_version = "PY2",
visibility = ["//:sandbox"],
)