mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-17 20:01:30 +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'):
|
for field in ('Depends', 'Pre-Depends', 'Recommends'):
|
||||||
if field not in control.section:
|
if field not in control.section:
|
||||||
continue
|
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]
|
pkgname = or_group[0][0]
|
||||||
if pkgname.startswith('$'):
|
if pkgname.startswith('$'):
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user