Selaa lähdekoodia

Remove duplicate six http_archive definition

Archive is declared in the protobuf_deps() call above
Adam Liddell 6 vuotta sitten
vanhempi
commit
c60aaf79e6
1 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa
  1. 0 7
      WORKSPACE

+ 0 - 7
WORKSPACE

@@ -16,13 +16,6 @@ load("//:protobuf_deps.bzl", "protobuf_deps")
 # Load common dependencies.
 # Load common dependencies.
 protobuf_deps()
 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(
 bind(
     name = "python_headers",
     name = "python_headers",
     actual = "//util/python:python_headers",
     actual = "//util/python:python_headers",