britney.py: Correct the hash key in nuninst_arch_report

Signed-off-by: Niels Thykier <niels@thykier.net>
bzr-import-20160707
Niels Thykier 11 years ago
parent d41f7f2119
commit 9487da51a1

@ -2786,7 +2786,8 @@ class Britney(object):
all = defaultdict(set)
for p in nuninst[arch]:
pkg = self.binaries['testing'][arch][0][p]
all[pkg].add(p)
all[(pkg[SOURCE], pkg[SOURCEVER])].add(p)
print '* %s' % (arch,)

Loading…
Cancel
Save