Fix unsatisfied-deps handling of packages without dependencies.

This commit is contained in:
Colin Watson 2014-03-05 16:14:48 +00:00
parent 5974b25d99
commit 9b75fcf037

View File

@ -1064,7 +1064,7 @@ class Britney(object):
# analyze the dependency fields (if present)
if not binary_u[DEPENDS]:
return
return True
deps = binary_u[DEPENDS]
all_satisfiable = True