File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Provides functions to pull all Python external package dependencies of this
19
19
repository.
20
20
"""
21
21
22
- load ("@rules_python//python:pip.bzl" , "pip_import" , "pip_repositories" )
22
+ load ("@rules_python//python/legacy_pip_import :pip.bzl" , "pip_import" , "pip_repositories" )
23
23
24
24
def py_deps ():
25
25
"""Pull in external Python packages needed by py binaries in this repo.
Original file line number Diff line number Diff line change @@ -88,9 +88,8 @@ def repositories():
88
88
if "rules_python" not in excludes :
89
89
http_archive (
90
90
name = "rules_python" ,
91
- sha256 = "0aa9ec790a58053e3ab5af397879b267a625955f8297c239b2d8559c6773397b" ,
92
- strip_prefix = "rules_python-dd7f9c5f01bafbfea08c44092b6b0c8fc8fcb77f" ,
93
- urls = ["https://github.com/bazelbuild/rules_python/archive/dd7f9c5f01bafbfea08c44092b6b0c8fc8fcb77f.tar.gz" ],
91
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.1.0/rules_python-0.1.0.tar.gz" ,
92
+ sha256 = "b6d46438523a3ec0f3cead544190ee13223a52f6a6765a29eae7b7cc24cc83a0" ,
94
93
)
95
94
96
95
# For packaging python tools.
You can’t perform that action at this time.
0 commit comments