pub fn prune_pkg_list(
    pkg_manifest: &PackageManifest,
    arches: u32,
    variants: u32
) -> Result<Vec<Payload>, Error>
Expand description

Returns the list of packages that are actually needed for cross compilation