Skip to content

Commit 6412997

Browse files
committed
This is a commit that will fall off this PR
This commit is contained in #1146
1 parent efa4a53 commit 6412997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pip_install/pip_repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,11 @@ def _pip_repository_bzlmod_impl(rctx):
370370
rctx.file("BUILD.bazel", build_contents)
371371
rctx.template("requirements.bzl", rctx.attr._template, substitutions = {
372372
"%%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)
374374
for p in bzl_packages
375375
]),
376376
"%%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)
378378
for p in bzl_packages
379379
]),
380380
"%%NAME%%": rctx.attr.name,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy