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 a98998b commit 4284fe0Copy full SHA for 4284fe0
1 file changed
python/pip_install/pip_repository.bzl
@@ -306,7 +306,7 @@ def _pip_repository_impl(rctx):
306
# label referencing a package which may not be installed on the current
307
# platform.
308
requirement_cycles = {
309
- normalize_name(name): sorted([normalize_name(d) for d in group if d in bzl_packages])
+ normalize_name(name): sorted([normalize_name(d) for d in group if normalize_name(d) in bzl_packages])
310
for name, group in requirement_cycles.items()
311
}
312
0 commit comments