File dependency-parsing.diff of Package rpmlint
Index: SpecCheck.py =================================================================== --- SpecCheck.py.orig +++ SpecCheck.py @@ -112,7 +112,7 @@ def deptokens(line): elif wantmore: tmp += ' ' + tok wantmore = False - elif tok[0] in ('=', '<', '>'): + elif len(tok) and tok[0] in ('=', '<', '>'): tmp += ' ' + tok wantmore = True else: