Skip to content

Commit 9f58c91

Browse files
committed
does not work: add topological to pyinfo init
1 parent c269638 commit 9f58c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/py_info.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _PyInfo_init(
115115
transitive_original_sources = depset(),
116116
direct_pyi_files = depset(),
117117
transitive_pyi_files = depset(),
118-
venv_symlinks = depset()):
118+
venv_symlinks = depset(order = "topological")):
119119
_check_arg_type("transitive_sources", "depset", transitive_sources)
120120

121121
# Verify it's postorder compatible, but retain is original ordering.

0 commit comments

Comments
 (0)