Also pull in second level recommends

This commit is contained in:
Wolfgang Schweer 2019-03-03 17:42:08 +01:00 committed by Holger Levsen
parent 84878a80ab
commit 0fb3d81c77
1 changed files with 4 additions and 0 deletions

View File

@ -985,6 +985,10 @@ sub get_missing {
return ();
}
if (not add_missing (\@deps_list, $packages{$p}{"Recommends"}, \%t, 0, \@parents, $add_rec, $check_backports)) {
return ();
}
# Explicitly move the package itself to the end of the list,
# i.e. *after* all its dependencies
remove_entry(\%t, \@deps_list);