File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
"pip module extension for use with bzlmod"
16
16
17
17
load ("@pythons_hub//:interpreters.bzl" , "DEFAULT_PYTHON_VERSION" , "INTERPRETER_LABELS" )
18
- load ("@rules_python //python:pip.bzl" , "whl_library_alias" )
18
+ load ("//python:pip.bzl" , "whl_library_alias" )
19
19
load (
20
- "@rules_python //python/pip_install:pip_repository.bzl" ,
20
+ "//python/pip_install:pip_repository.bzl" ,
21
21
"locked_requirements_label" ,
22
22
"pip_hub_repository_bzlmod" ,
23
23
"pip_repository_attrs" ,
24
24
"pip_repository_bzlmod" ,
25
25
"use_isolated" ,
26
26
"whl_library" ,
27
27
)
28
- load ("@rules_python //python/pip_install:requirements_parser.bzl" , parse_requirements = "parse" )
28
+ load ("//python/pip_install:requirements_parser.bzl" , parse_requirements = "parse" )
29
29
load ("//python/private:normalize_name.bzl" , "normalize_name" )
30
30
load ("//python/private:version_label.bzl" , "version_label" )
31
31
Original file line number Diff line number Diff line change 8
8
9
9
"Python toolchain module extension for internal rule use"
10
10
11
- load ("@rules_python //python/pip_install:repositories.bzl" , "pip_install_dependencies" )
11
+ load ("//python/pip_install:repositories.bzl" , "pip_install_dependencies" )
12
12
13
13
# buildifier: disable=unused-variable
14
14
def _internal_deps_impl (module_ctx ):
You can’t perform that action at this time.
0 commit comments