Skip to content

Commit 2cf9688

Browse files
committed
does not work: remove sorting and create the depset later
1 parent 5df2411 commit 2cf9688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/py_library.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def _get_venv_symlinks(ctx, package, version_str):
348348
)
349349
venv_symlinks.append(entry)
350350

351-
return depset(venv_symlinks, order = "topological")
351+
return venv_symlinks
352352

353353
def _repo_relative_short_path(short_path):
354354
# Convert `../+pypi+foo/some/file.py` to `some/file.py`

0 commit comments

Comments
 (0)