mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-16 13:01:29 +00:00
Return all packages solving a dep through virtual packages (like b1 does), not just the first one. This eliminates some b1/b2 excuse diffs.
Signed-off-by: Jurij Smakov <jurij@droopy.oc.cox.net>
This commit is contained in:
parent
b3b5d4cb36
commit
947dece70e
@ -923,7 +923,6 @@ class Britney:
|
|||||||
# does it and we have to go with it, but at least a warning should be raised.
|
# does it and we have to go with it, but at least a warning should be raised.
|
||||||
if op == '' and version == '' or not strict and apt_pkg.CheckDep(package[VERSION], op, version):
|
if op == '' and version == '' or not strict and apt_pkg.CheckDep(package[VERSION], op, version):
|
||||||
packages.append(prov)
|
packages.append(prov)
|
||||||
break
|
|
||||||
|
|
||||||
return (len(packages) > 0, packages)
|
return (len(packages) > 0, packages)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user