Skip to content

Commit 2a0a076

Browse files
committed
add a note
1 parent 78e08b5 commit 2a0a076

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/private/pypi/parse_requirements.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def parse_requirements(
156156
elif target_platform not in plats:
157157
continue
158158

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`.
159161
requirements_dict[(req.name, req.version)] = entry
160162

161163
extra_pip_args = options[target_platform]

0 commit comments

Comments
 (0)