Commit c60aaf79 authored by Adam Liddell's avatar Adam Liddell Committed by Adam Cozzette

Remove duplicate six http_archive definition

Archive is declared in the protobuf_deps() call above
parent 8199a01f
......@@ -16,13 +16,6 @@ load("//:protobuf_deps.bzl", "protobuf_deps")
# Load common dependencies.
protobuf_deps()
http_archive(
name = "six",
build_file = "@//:third_party/six.BUILD",
sha256 = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73",
urls = ["https://pypi.python.org/packages/source/s/six/six-1.12.0.tar.gz"],
)
bind(
name = "python_headers",
actual = "//util/python:python_headers",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment