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 155efce commit f8fe4caCopy full SHA for f8fe4ca
python/private/pypi/parse_requirements.bzl
@@ -92,7 +92,7 @@ def parse_requirements(
92
# are returned as just the base package name. e.g., `foo[bar]` results
93
# in an entry like `("foo", "foo[bar] == 1.0 ...")`.
94
requirements_dict = {
95
- normalize_name(entry[0]): entry
+ entry[1]: entry
96
for entry in sorted(
97
parse_result.requirements,
98
# Get the longest match and fallback to original WORKSPACE sorting,
0 commit comments