We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e08b5 commit 2a0a076Copy full SHA for 2a0a076
1 file changed
python/private/pypi/parse_requirements.bzl
@@ -156,6 +156,8 @@ def parse_requirements(
156
elif target_platform not in plats:
157
continue
158
159
+ # FIXME @aignas 2025-11-01: I don't think the `req.version` should be here
160
+ # because WORKSPACE would create files based on the `req.name`.
161
requirements_dict[(req.name, req.version)] = entry
162
163
extra_pip_args = options[target_platform]
0 commit comments