File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515"pip module extension for use with bzlmod"
1616
17- load ("@bazel_features//:features.bzl" , "bazel_features" )
1817load ("@pythons_hub//:interpreters.bzl" , "INTERPRETER_LABELS" )
1918load ("@pythons_hub//:versions.bzl" , "MINOR_MAPPING" )
2019load ("@rules_python_internal//:rules_python_config.bzl" , rp_config = "config" )
@@ -385,13 +384,9 @@ def _pip_impl(module_ctx):
385384 groups = mods .hub_group_map .get (hub_name ),
386385 )
387386
388- if bazel_features .external_deps .extension_metadata_has_reproducible :
389- # NOTE @aignas 2025-04-15: this is set to be reproducible, because the
390- # results after calling the PyPI index should be reproducible on each
391- # machine.
392- return module_ctx .extension_metadata (reproducible = True )
393- else :
394- return None
387+ return module_ctx .extension_metadata (
388+ reproducible = True ,
389+ )
395390
396391_default_attrs = {
397392 "arch_name" : attr .string (
You can’t perform that action at this time.
0 commit comments