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 77754c2 commit d9a0d3bCopy full SHA for d9a0d3b
python/private/pypi/extension.bzl
@@ -327,8 +327,6 @@ def _create_whl_repos(
327
if requirement.extra_pip_args:
328
whl_library_args["extra_pip_args"] = requirement.extra_pip_args
329
330
- # We sort so that the lock-file remains the same no matter the order of how the
331
- # args are manipulated in the code going before.
332
repo_name = "{}_{}".format(pip_name, whl_name)
333
if len(requirements) > 1:
334
repo_name = "{}__{}".format(repo_name, i)
0 commit comments