We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878331c commit 631ab19Copy full SHA for 631ab19
gazelle/modules_mapping/def.bzl
@@ -31,8 +31,8 @@ def _modules_mapping_impl(ctx):
31
transitive = [dep[DefaultInfo].files for dep in ctx.attr.wheels] + [dep[DefaultInfo].data_runfiles.files for dep in ctx.attr.wheels],
32
)
33
args.add("--output_file", modules_mapping.path)
34
+ args.add("--include_stub_packages", ctx.attr.include_stub_packages)
35
args.add_all("--exclude_patterns", ctx.attr.exclude_patterns)
- args.add_all("--include_stub_packages", ctx.attr.include_stub_packages)
36
args.add_all("--wheels", [whl.path for whl in all_wheels.to_list()])
37
ctx.actions.run(
38
inputs = all_wheels.to_list(),
0 commit comments