@@ -150,41 +150,6 @@ def repositories():
150150 urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.2.6-1/rules_pkg-0.2.6.tar.gz" ],
151151 )
152152
153- if "io_abseil_py" not in excludes :
154- http_archive (
155- name = "io_abseil_py" ,
156- strip_prefix = "abseil-py-pypi-v0.9.0" ,
157- sha256 = "603febc9b95a8f2979a7bdb77d2f5e4d9b30d4e0d59579f88eba67d4e4cc5462" ,
158- urls = ["https://github.com/abseil/abseil-py/archive/pypi-v0.9.0.tar.gz" ],
159- )
160-
161- # Abseil dependency https://github.com/abseil/abseil-py/blob/f24641ca72815e2643659cb7c8a966e5faa6e580/WORKSPACE#L18
162- if "six_archive" not in excludes :
163- http_archive (
164- name = "six_archive" ,
165- urls = [
166- "http://mirror.bazel.build/pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz" ,
167- "https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz" ,
168- ],
169- sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a" ,
170- strip_prefix = "six-1.10.0" ,
171- build_file_content = """# Description:
172- # Six provides simple utilities for wrapping over differences between Python 2
173- # and Python 3.
174-
175- licenses(["notice"]) # MIT
176-
177- exports_files(["LICENSE"])
178-
179- py_library(
180- name = "six",
181- srcs = ["six.py"],
182- srcs_version = "PY2AND3",
183- visibility = ["//visibility:public"],
184- )
185- """ ,
186- )
187-
188153 native .register_toolchains (
189154 # Register the default docker toolchain that expects the 'docker'
190155 # executable to be in the PATH
0 commit comments