aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-11-18 10:31:50 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-11-18 10:55:00 +0000
commit2f552c30d429e9d653deeaff655342b5a1336374 (patch)
tree6e67293d269dacd52f9465edbd6f44168226b047 /third_party/py
parentae16e763ce161af4c34f55e469723accbd0a9f03 (diff)
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
Diffstat (limited to 'third_party/py')
-rw-r--r--third_party/py/gflags/BUILD1
1 files changed, 1 insertions, 0 deletions
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"],
)