Closed as not planned
Description
bazel_dep(name = "rules_python", version = "1.4.1")
There is a python package wheel that is too restrictive on the dependent package version. I tried to use pip.override
to patch the METADATA file inside the whl by modifying the Requires-Dist
BUT when running bazel run //:requirements.update
, it still uses the dependent package version from the unpatched METADATA file. Is that a bug?
Metadata
Metadata
Assignees
Labels
No labels