Make repo for patch file explicit (#28933)

This commit is contained in:
Richard Belleville 2022-02-23 12:13:48 -08:00 committed by GitHub
parent 9498843a18
commit 7992f162f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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