Skip to content

Commit

Permalink
Merge #3126
Browse files Browse the repository at this point in the history
3126: scripts/publish.py: replace toposort dependency with python std graphlib module r=epilys a=epilys

Python standard library already includes a topological sorter: https://docs.python.org/3/library/graphlib.html

We don't need a third party dependency in scripts/publish.py.

Closes #2965

Co-authored-by: Manos Pitsidianakis <[email protected]>
  • Loading branch information
bors[bot] and epilys authored Aug 22, 2022
2 parents f8ad896 + 54b0e5c commit a766959
Showing 1 changed file with 284 additions and 157 deletions.
Loading

0 comments on commit a766959

Please sign in to comment.