mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-19 22:31:07 +00:00
Fix pep8 violation (line length) in previous commit
This commit is contained in:
parent
c1e3ca14dc
commit
02d3f8f3a0
@ -106,7 +106,8 @@ def check_binary_dependencies(apt_cache, control):
|
||||
for field in ('Depends', 'Pre-Depends', 'Recommends'):
|
||||
if field not in control.section:
|
||||
continue
|
||||
for or_group in apt.apt_pkg.parse_src_depends(control.section[field]):
|
||||
for or_group in apt.apt_pkg.parse_src_depends(
|
||||
control.section[field]):
|
||||
pkgname = or_group[0][0]
|
||||
if pkgname.startswith('$'):
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user