Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Oct 5, 2024
1 parent b6c5b0d commit 42d4d1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unidep/_pixi_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ def _parse_pixi_lock_packages(
defaultdict(list)
)
for p in pixi_lock_data.get("packages", []):
# TODO: subdir is missing for pypi! This will cause issues
# later in the code.
key = (p["kind"], p.get("subdir"), p["name"])
# Could be multiple entries for the same package,
# e.g., different wheels for different OS versions
Expand Down

0 comments on commit 42d4d1e

Please sign in to comment.