aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/six.BUILD
diff options
context:
space:
mode:
authorGravatar Jakob Buchgraber <buchgr@google.com>2017-04-13 15:08:11 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-04-13 15:08:11 +0200
commitd90737372d370d920e390aff6138dbc2aec2f3b1 (patch)
treee3915abfd4d8f42b3d184f3104a7d6b484bfe181 /third_party/protobuf/six.BUILD
parentea82aa115794b019472b44d4f94ed902c1217f30 (diff)
Revert "protobuf: Update protobuf to @laszlocsomor's master at commit 421d909."
Diffstat (limited to 'third_party/protobuf/six.BUILD')
-rw-r--r--third_party/protobuf/six.BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/protobuf/six.BUILD b/third_party/protobuf/six.BUILD
deleted file mode 100644
index fb0b3604cd..0000000000
--- a/third_party/protobuf/six.BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-genrule(
- name = "copy_six",
- srcs = ["six-1.10.0/six.py"],
- outs = ["six.py"],
- cmd = "cp $< $(@)",
-)
-
-py_library(
- name = "six",
- srcs = ["six.py"],
- srcs_version = "PY2AND3",
- visibility = ["//visibility:public"],
-)