From 2f552c30d429e9d653deeaff655342b5a1336374 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Fri, 18 Nov 2016 10:31:50 +0000 Subject: Mark pkg_tar dependencies as Python 3 compatible This should allow to use pkg_tar from project that use python 3 (e.g. TensorFlow). -- MOS_MIGRATED_REVID=139561406 --- third_party/py/gflags/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/py') diff --git a/third_party/py/gflags/BUILD b/third_party/py/gflags/BUILD index 261c1cb734..77f2722818 100644 --- a/third_party/py/gflags/BUILD +++ b/third_party/py/gflags/BUILD @@ -12,5 +12,6 @@ py_library( "__init__.py", "gflags_validators.py", ], + srcs_version = "PY2AND3", visibility = ["//visibility:public"], ) -- cgit v1.2.3