Skip to content

Commit

Permalink
Remove duplicate six http_archive definition
Browse files Browse the repository at this point in the history
Archive is declared in the protobuf_deps() call above
  • Loading branch information
aaliddell committed Aug 10, 2019
1 parent f0e5046 commit 8a576ee
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions WORKSPACE
Expand Up @@ -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",
Expand Down

0 comments on commit 8a576ee

Please sign in to comment.