mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-13 12:11:13 +00:00
utils: Replace a case of b[FOO] with b.foo
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
2ce2d7efb3
commit
1f1086b929
@ -662,7 +662,7 @@ def create_provides_map(packages):
|
||||
for pkg, dpkg in packages.items():
|
||||
# register virtual packages and real packages that provide
|
||||
# them
|
||||
for provided_pkg, provided_version, _ in dpkg[PROVIDES]:
|
||||
for provided_pkg, provided_version, _ in dpkg.provides:
|
||||
provides[provided_pkg].add((pkg, provided_version))
|
||||
|
||||
return provides
|
||||
|
Loading…
x
Reference in New Issue
Block a user