File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,11 @@ def py_wheel(
101101
102102 Currently only pure-python wheels are supported.
103103
104+ :::{versionchanged} VERSION_NEXT_FEATURE
105+ From now on, an empty `requires_file` is treated as if it were omitted, resulting in a valid
106+ `METADATA` file.
107+ :::
108+
104109 Examples:
105110
106111 ```python
@@ -171,11 +176,6 @@ def py_wheel(
171176 These are subject to make var expansion, as with the `args` attribute.
172177 Note that you can also pass additional args to the bazel run command as in the example above.
173178 **kwargs: other named parameters passed to the underlying [py_wheel rule](#py_wheel_rule)
174-
175- :::{versionchanged} VERSION_NEXT_FEATURE
176- From now on, an empty `requires_file` is treated as if it were omitted, resulting in a valid
177- `METADATA` file.
178- :::
179179 """
180180 tags = kwargs .pop ("tags" , [])
181181 manual_tags = depset (tags + ["manual" ]).to_list ()
You can’t perform that action at this time.
0 commit comments