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 84955b5 commit 58c86d5Copy full SHA for 58c86d5
python/private/pypi/parse_requirements.bzl
@@ -251,9 +251,7 @@ def parse_requirements(
251
for p in target_platforms:
252
requirement_target_platforms[p] = None
253
254
- # TODO @aignas 2024-07-15: the `is_exposed` logic here is wrong at the
255
- # moment, have to think of a good way to get the value.
256
- is_exposed = len(requirement_target_platforms) == len(requirements_by_platform)
+ is_exposed = len(requirement_target_platforms) == len(requirements)
257
if not is_exposed and logger:
258
logger.debug(lambda: "Package '{}' will not be exposed because it is only present on a subset of platforms: {} out of {}".format(
259
whl_name,
0 commit comments