Skip to content

Commit

Permalink
Fix wrong platform-specific library being installed
Browse files Browse the repository at this point in the history
This commit fixes a regression introduced by 5986618.
  • Loading branch information
deathaxe committed Mar 2, 2024
1 parent 99d8bcd commit c9634b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package_control/package_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ def list_repositories(self):
# in scheme 4.0.0. Do it here to apply only on client side.
name = info['name'] = library.translate_name(name)

info['releases'] = self.select_releases(name, info['releases'])
if info['releases']:
dist_name = library.escape_name(name).lower()
filtered_libraries[dist_name] = info
Expand Down

0 comments on commit c9634b1

Please sign in to comment.