lockbox (version 0.2.5.2)

package_list: Recursive function to take a list and lock and extract dependencies, sorting along the way using the combine_dependencies function.

Description

Recursive function to take a list and lock and extract dependencies, sorting along the way using the combine_dependencies function.

Usage

package_list(master_list, lock, previously_parsed_deps)

Arguments

master_list

list. Packages to go through and parse dependencies from

lock

list. Original list of locked packages

previously_parsed_deps

list. List of packages and their dependencies that we have already parsed out of their respective description files