Skip to content

Commit a938575

Browse files
committed
fix: use same target in requirement('foo') and all_requirements
1 parent 8205468 commit a938575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/bzlmod/pip_repository.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _pip_repository_impl(rctx):
5555
for p in bzl_packages
5656
]),
5757
"%%ALL_REQUIREMENTS%%": render.list([
58-
macro_tmpl.format(p, p)
58+
macro_tmpl.format(p, "pkg")
5959
for p in bzl_packages
6060
]),
6161
"%%ALL_WHL_REQUIREMENTS_BY_PACKAGE%%": render.dict({

0 commit comments

Comments
 (0)