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
81
81
With this release we are deprecating {obj}` pip.parse.experimental_target_platforms ` and
82
82
{obj}` pip_repository.experimental_target_platforms ` . For users using ` WORKSPACE ` and
83
83
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.
85
86
86
87
{#v0-0-0-fixed}
87
88
### Fixed
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ instead of the legacy Python scripts.
71
71
72
72
:::{versionadded} 1.5.0
73
73
:::
74
+ :::{versionchanged} VERSION_NEXT_FEATURE
75
+ Flipped to be enabled by default.
76
+ :::
74
77
::::
75
78
76
79
::::{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.
168
168
169
169
### Customizing ` Requires-Dist ` resolution
170
170
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
-
176
171
In order to understand what dependencies to pull for a particular package,
177
172
` rules_python ` parses the ` whl ` file [ ` METADATA ` ] [ metadata ] .
178
173
Packages can express dependencies via ` Requires-Dist ` , and they can add conditions using
You can’t perform that action at this time.
0 commit comments