mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 20:01:08 +00:00
Fix unsatisfied-deps handling of packages without dependencies.
This commit is contained in:
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…
x
Reference in New Issue
Block a user