From 9b75fcf0372bc1c2aebc38cdfcd99074e0e72dba Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 5 Mar 2014 16:14:48 +0000 Subject: [PATCH] Fix unsatisfied-deps handling of packages without dependencies. --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 80e8369..683822e 100755 --- a/britney.py +++ b/britney.py @@ -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