Make repo for patch file explicit (#28933)

pull/28957/head
Richard Belleville 3 years ago committed by GitHub
parent 9498843a18
commit 7992f162f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bazel/grpc_python_deps.bzl

@ -54,7 +54,7 @@ def grpc_python_deps():
name = "io_bazel_rules_python", name = "io_bazel_rules_python",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz", url = "https://github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz",
sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea", sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea",
patches = ["//third_party:rules_python.patch"], patches = ["@com_github_grpc_grpc//third_party:rules_python.patch"],
patch_args = ["-p1"], patch_args = ["-p1"],
) )

Loading…
Cancel
Save