Unverified Commit beb2d8dd authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #4758 from dslomov/patch-1

Migrate to supported version of http_archive
parents 4fda0f78 e62c1bd0
workspace(name = "com_google_protobuf") workspace(name = "com_google_protobuf")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
new_local_repository( new_local_repository(
name = "submodule_gmock", name = "submodule_gmock",
...@@ -6,11 +7,11 @@ new_local_repository( ...@@ -6,11 +7,11 @@ new_local_repository(
build_file = "third_party/googletest/BUILD.bazel" build_file = "third_party/googletest/BUILD.bazel"
) )
new_http_archive( http_archive(
name = "six_archive", name = "six_archive",
build_file = "six.BUILD", build_file = "six.BUILD",
sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a", sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a",
url = "https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz#md5=34eed507548117b2ab523ab14b2f8b55", urls = ["https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz#md5=34eed507548117b2ab523ab14b2f8b55"],
) )
bind( bind(
......
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