Skip to content

Commit

Permalink
yet another dumb thing
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <[email protected]>
  • Loading branch information
Kwpolska committed May 3, 2013
1 parent 6afc6e1 commit 9662ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgbuilder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def depcheck(depends, pkgobj=None):
if not depmatch:
asat = pkgbuilder.utils.info([dep])
if asat:
depmatch = _test_dependency(asat.version, diff, ver)
depmatch = _test_dependency(asat[0].version, diff, ver)
parseddeps[dep] = 2

if not depmatch:
Expand Down

0 comments on commit 9662ba9

Please sign in to comment.