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 877ea8e commit 2d6ce0bCopy full SHA for 2d6ce0b
rules_python/piptool.py
@@ -63,6 +63,7 @@ def parse_requirement(name):
63
# TODO(mattmoor): Consider memoizing if this recursion ever becomes
64
# expensive enough to warrant it.
65
def is_possible(distro, extra):
66
+ distro = distro.replace("-", "_")
67
# If we don't have the .whl at all, then this isn't possible.
68
if distro not in whl_map:
69
return False
0 commit comments