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 89f6412 commit 84dbd19Copy full SHA for 84dbd19
pycross/private/bzlmod/lock_repos.bzl
@@ -47,7 +47,7 @@ def _lock_repos_impl(module_ctx):
47
continue
48
49
# Use the key as our repo name, but replace its / with _
50
- remote_file_repo = "pypi_{}".format(key.replace("/", "_"))
+ remote_file_repo = "pypi_{}".format(key.replace("/", "_").replace("+", "_"))
51
remote_file_label = "@{}//file".format(remote_file_repo)
52
53
urls = file.get("urls", [])
0 commit comments