mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-25 09:21:30 +00:00
Sort impossible dependency output in excuses.
This makes the output more deterministic. Signed-off-by: Ivo De Decker <ivodd@debian.org>
This commit is contained in:
parent
cd08deb943
commit
7be0dc2ee8
@ -1341,7 +1341,7 @@ class Britney(object):
|
|||||||
# parts[0] == package name
|
# parts[0] == package name
|
||||||
# parts[1] == optional architecture
|
# parts[1] == optional architecture
|
||||||
parts = e.name.split('/')
|
parts = e.name.split('/')
|
||||||
for d in e.all_deps:
|
for d in sorted(e.all_deps):
|
||||||
for deptype in e.all_deps[d]:
|
for deptype in e.all_deps[d]:
|
||||||
ok = False
|
ok = False
|
||||||
# source -> source dependency; both packages must have
|
# source -> source dependency; both packages must have
|
||||||
|
Loading…
x
Reference in New Issue
Block a user