mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-29 03:11:33 +00:00
britney.py: Remove duplicated variable
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
f561de89d0
commit
e279eabf0a
@ -1984,13 +1984,12 @@ class Britney(object):
|
|||||||
# remove all the binaries which aren't being smooth updated
|
# remove all the binaries which aren't being smooth updated
|
||||||
for rm_pkg_id in rms:
|
for rm_pkg_id in rms:
|
||||||
binary, version, parch = rm_pkg_id
|
binary, version, parch = rm_pkg_id
|
||||||
p = (binary, parch)
|
|
||||||
binaries_t_a, provides_t_a = packages_t[parch]
|
|
||||||
pkey = (binary, parch)
|
pkey = (binary, parch)
|
||||||
|
binaries_t_a, provides_t_a = packages_t[parch]
|
||||||
|
|
||||||
pkg_data = binaries_t_a[binary]
|
pkg_data = binaries_t_a[binary]
|
||||||
# save the old binary for undo
|
# save the old binary for undo
|
||||||
undo['binaries'][p] = rm_pkg_id
|
undo['binaries'][pkey] = rm_pkg_id
|
||||||
if pkey not in eqv_set:
|
if pkey not in eqv_set:
|
||||||
# all the reverse dependencies are affected by
|
# all the reverse dependencies are affected by
|
||||||
# the change
|
# the change
|
||||||
|
Loading…
x
Reference in New Issue
Block a user