mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-16 13:41:12 +00:00
Don't check components when testing PPAs, as they do not have this concept
This commit is contained in:
parent
1abbba8081
commit
53c338581b
@ -1144,7 +1144,7 @@ class Britney(object):
|
||||
# (if present)
|
||||
if (op == '' and version == '') or apt_pkg.check_dep(package[VERSION], op, version):
|
||||
if archqual is None or (archqual == 'any' and package[MULTIARCH] == 'allowed'):
|
||||
if allowed_component(component, package[COMPONENT]):
|
||||
if self.options.adt_ppas or allowed_component(component, package[COMPONENT]):
|
||||
packages.append(name)
|
||||
|
||||
# look for the package in the virtual packages list and loop on them
|
||||
|
Loading…
x
Reference in New Issue
Block a user