From 2047eb1e50e72c4a071aa3b129a695aa5bdaf9fe Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Mon, 11 May 2015 22:12:04 +0200 Subject: [PATCH] Remove unused local variable Signed-off-by: Niels Thykier --- britney.py | 1 - 1 file changed, 1 deletion(-) diff --git a/britney.py b/britney.py index 5c2171e..58e8eef 100755 --- a/britney.py +++ b/britney.py @@ -988,7 +988,6 @@ class Britney(object): # look for the package in the virtual packages list and loop on them for prov in binaries[1].get(name, []): if prov not in binaries[0]: continue - package = binaries[0][prov] # A provides only satisfies: # - an unversioned dependency (per Policy Manual ยง7.5) # - a dependency without an architecture qualifier