Skip to content

Commit 5c45b4a

Browse files
committed
fixup! add a flag to use all requirements to make the extension lock file entries host independent
1 parent e5d2ff4 commit 5c45b4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/bzlmod/MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/private/pypi/extension.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ def _create_whl_repos(
351351
)
352352
continue
353353

354+
is_exposed = False
354355
for requirement in requirements:
355356
is_exposed = is_exposed or requirement.is_exposed
356357
if get_index_urls:

0 commit comments

Comments
 (0)