List dependencies in consistent order.

This commit is contained in:
Andrew Hamilton 2021-11-26 10:19:40 +10:00
parent 3b8a6cffcb
commit 8f4b783e1e

View file

@ -7,4 +7,4 @@ import eris.tools
subprocess.run(["sudo", "apt-get", "-y", "install"] +
list(eris.tools.dependencies()), check=True)
sorted(eris.tools.dependencies()), check=True)