Re-updated pip patch to ignore compatibility when sorting

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-10-06 14:29:22 -04:00
parent ad2d6c9363
commit 0f9ce3e528
+1 -1
View File
@@ -294,7 +294,7 @@ class PackageFinder(object):
return files, urls
def _candidate_sort_key(self, candidate, ignore_compatibility=False):
def _candidate_sort_key(self, candidate, ignore_compatibility=True):
"""
Function used to generate link sort key for link tuples.
The greater the return value, the more preferred it is.