File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -370,11 +370,11 @@ def _pip_repository_bzlmod_impl(rctx):
370
370
rctx .file ("BUILD.bazel" , build_contents )
371
371
rctx .template ("requirements.bzl" , rctx .attr ._template , substitutions = {
372
372
"%%ALL_REQUIREMENTS%%" : _format_repr_list ([
373
- "@@ {}//{}" .format (repo_name , p ) if rctx .attr .incompatible_generate_aliases else "@{}_{}//:pkg" .format (rctx .attr .name , p )
373
+ "@{}//{}" .format (repo_name , p ) if rctx .attr .incompatible_generate_aliases else "@{}_{}//:pkg" .format (rctx .attr .name , p )
374
374
for p in bzl_packages
375
375
]),
376
376
"%%ALL_WHL_REQUIREMENTS%%" : _format_repr_list ([
377
- "@@ {}//{}:whl" .format (repo_name , p ) if rctx .attr .incompatible_generate_aliases else "@{}_{}//:whl" .format (rctx .attr .name , p )
377
+ "@{}//{}:whl" .format (repo_name , p ) if rctx .attr .incompatible_generate_aliases else "@{}_{}//:whl" .format (rctx .attr .name , p )
378
378
for p in bzl_packages
379
379
]),
380
380
"%%NAME%%" : rctx .attr .name ,
You can’t perform that action at this time.
0 commit comments