Get depedencies in one call

This commit is contained in:
Jamie Cameron
2009-10-03 17:47:08 -07:00
parent f625d505f3
commit b031143547
3 changed files with 7 additions and 3 deletions

View File

@ -409,8 +409,9 @@ unlink($current_all_cache_file);
return @rv;
}
# list_package_operations(package, system)
# Given a package, returns a list of all dependencies that will be installed
# list_package_operations(package|packages, system)
# Given a package (or space-separate package list), returns a list of all
# dependencies that will be installed
sub list_package_operations
{
my ($name, $system) = @_;