mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 20:01:08 +00:00
Remove unused local variable
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
06a45f2ed4
commit
375b468512
@ -988,7 +988,6 @@ class Britney(object):
|
|||||||
# look for the package in the virtual packages list and loop on them
|
# look for the package in the virtual packages list and loop on them
|
||||||
for prov in binaries[1].get(name, []):
|
for prov in binaries[1].get(name, []):
|
||||||
if prov not in binaries[0]: continue
|
if prov not in binaries[0]: continue
|
||||||
package = binaries[0][prov]
|
|
||||||
# A provides only satisfies:
|
# A provides only satisfies:
|
||||||
# - an unversioned dependency (per Policy Manual §7.5)
|
# - an unversioned dependency (per Policy Manual §7.5)
|
||||||
# - a dependency without an architecture qualifier
|
# - a dependency without an architecture qualifier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user