Skip to content

Commit 42e5059

Browse files
committed
fixup
1 parent 1381bf8 commit 42e5059

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

python/private/py_executable.bzl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -689,13 +689,6 @@ def _build_link_map(entries):
689689
# We ignore duplicates by design. The dependency closer to the
690690
# binary gets precedence due to the topological ordering.
691691
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
699692
else:
700693
kind_map[entry.venv_path] = entry.link_to_path
701694

0 commit comments

Comments
 (0)