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 1381bf8 commit 42e5059Copy full SHA for 42e5059
python/private/py_executable.bzl
@@ -689,13 +689,6 @@ def _build_link_map(entries):
689
# We ignore duplicates by design. The dependency closer to the
690
# binary gets precedence due to the topological ordering.
691
continue
692
- elif site_packages_path in link_map:
693
- # The packages are not duplicate, but have overlapping paths, for
694
- # now we ignore these.
695
- continue
696
- elif package:
697
- package_map[package] = site_packages_path
698
- link_map[site_packages_path] = link_to_runfiles_path
699
else:
700
kind_map[entry.venv_path] = entry.link_to_path
701
0 commit comments