mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-25 09:21:30 +00:00
Don't add a "full" auto-hint if the package list is the "minimal set"
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
85387e9a37
commit
498c8fe9f6
@ -2703,7 +2703,7 @@ class Britney:
|
|||||||
if not looped and len(items) > 1:
|
if not looped and len(items) > 1:
|
||||||
mincands.append(items[:])
|
mincands.append(items[:])
|
||||||
looped = True
|
looped = True
|
||||||
if len(items) > 1:
|
if len(items) > 1 and frozenset(items) != frozenset(mincands[-1]):
|
||||||
candidates.append(items)
|
candidates.append(items)
|
||||||
|
|
||||||
for l in [ candidates, mincands ]:
|
for l in [ candidates, mincands ]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user