File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Filter options
tools/private/update_deps Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ internal_deps.install()
17
17
use_repo (
18
18
internal_deps ,
19
19
"rules_python_internal" ,
20
- # START: maintained by 'bazel run //tools/private:update_pip_deps'
20
+ # START: maintained by 'bazel run //tools/private/update_deps :update_pip_deps'
21
21
"pypi__build" ,
22
22
"pypi__click" ,
23
23
"pypi__colorama" ,
@@ -33,7 +33,7 @@ use_repo(
33
33
"pypi__tomli" ,
34
34
"pypi__wheel" ,
35
35
"pypi__zipp" ,
36
- # END: maintained by 'bazel run //tools/private:update_pip_deps'
36
+ # END: maintained by 'bazel run //tools/private/update_deps :update_pip_deps'
37
37
)
38
38
39
39
# We need to do another use_extension call to expose the "pythons_hub"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
18
18
load ("@bazel_tools//tools/build_defs/repo:utils.bzl" , "maybe" )
19
19
20
20
_RULE_DEPS = [
21
- # START: maintained by 'bazel run //tools/private:update_pip_deps'
21
+ # START: maintained by 'bazel run //tools/private/update_deps :update_pip_deps'
22
22
(
23
23
"pypi__build" ,
24
24
"https://files.pythonhosted.org/packages/58/91/17b00d5fac63d3dca605f1b8269ba3c65e98059e1fd99d00283e42a454f0/build-0.10.0-py3-none-any.whl" ,
@@ -94,7 +94,7 @@ _RULE_DEPS = [
94
94
"https://files.pythonhosted.org/packages/8c/08/d3006317aefe25ea79d3b76c9650afabaf6d63d1c8443b236e7405447503/zipp-3.16.2-py3-none-any.whl" ,
95
95
"679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0" ,
96
96
),
97
- # END: maintained by 'bazel run //tools/private:update_pip_deps'
97
+ # END: maintained by 'bazel run //tools/private/update_deps :update_pip_deps'
98
98
]
99
99
100
100
_GENERIC_WHEEL = """\
Original file line number Diff line number Diff line change @@ -111,13 +111,13 @@ def main():
111
111
parser .add_argument (
112
112
"--start" ,
113
113
type = str ,
114
- default = "# START: maintained by 'bazel run //tools/private:update_pip_deps'" ,
114
+ default = "# START: maintained by 'bazel run //tools/private/update_deps :update_pip_deps'" ,
115
115
help = "The text to match in a file when updating them." ,
116
116
)
117
117
parser .add_argument (
118
118
"--end" ,
119
119
type = str ,
120
- default = "# END: maintained by 'bazel run //tools/private:update_pip_deps'" ,
120
+ default = "# END: maintained by 'bazel run //tools/private/update_deps :update_pip_deps'" ,
121
121
help = "The text to match in a file when updating them." ,
122
122
)
123
123
parser .add_argument (
You can’t perform that action at this time.
0 commit comments