Also pull in second level recommends
This commit is contained in:
parent
84878a80ab
commit
0fb3d81c77
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue