File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,8 @@ END_UNRELEASED_TEMPLATE
8181 With this release we are deprecating {obj}` pip.parse.experimental_target_platforms ` and
8282 {obj}` pip_repository.experimental_target_platforms ` . For users using ` WORKSPACE ` and
8383 vendoring the ` requirements.bzl ` file, please re-vendor so that downstream is unaffected
84- when the APIs get removed.
84+ when the APIs get removed. If you need to customize the way the dependencies get
85+ evaluated, see [ our docs] ( /pypi/download.html#customizing-requires-dist-resolution ) on customizing ` Requires-Dist ` resolution.
8586
8687{#v0-0-0-fixed}
8788### Fixed
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ instead of the legacy Python scripts.
7171
7272:::{versionadded} 1.5.0
7373:::
74+ :::{versionchanged} VERSION_NEXT_FEATURE
75+ Flipped to be enabled by default.
76+ :::
7477::::
7578
7679::::{envvar} RULES_PYTHON_EXTRACT_ROOT
Original file line number Diff line number Diff line change @@ -168,11 +168,6 @@ available on the PyPI index that you use.
168168
169169### Customizing ` Requires-Dist ` resolution
170170
171- :::{note}
172- Currently this is disabled by default, but you can turn it on using
173- {envvar}` RULES_PYTHON_ENABLE_PIPSTAR ` environment variable.
174- :::
175-
176171In order to understand what dependencies to pull for a particular package,
177172` rules_python ` parses the ` whl ` file [ ` METADATA ` ] [ metadata ] .
178173Packages can express dependencies via ` Requires-Dist ` , and they can add conditions using
You can’t perform that action at this time.
0 commit comments