Fix unsatisfied-deps handling of packages without dependencies.

bzr-import-20160707
Colin Watson 11 years ago
parent 5974b25d99
commit 9b75fcf037

@ -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

Loading…
Cancel
Save