|
|
|
@ -135,7 +135,7 @@ class CollectionDependencyProviderBase(AbstractProvider):
|
|
|
|
|
|
|
|
|
|
:param resolutions: Mapping of identifier, candidate pairs.
|
|
|
|
|
|
|
|
|
|
:param candidates: Possible candidates for the identifer.
|
|
|
|
|
:param candidates: Possible candidates for the identifier.
|
|
|
|
|
Mapping of identifier, list of candidate pairs.
|
|
|
|
|
|
|
|
|
|
:param information: Requirement information of each package.
|
|
|
|
@ -442,7 +442,7 @@ class CollectionDependencyProviderBase(AbstractProvider):
|
|
|
|
|
|
|
|
|
|
# NOTE: This guard expression MUST perform an early exit only
|
|
|
|
|
# NOTE: after the `get_collection_dependencies()` call because
|
|
|
|
|
# NOTE: internally it polulates the artifact URL of the candidate,
|
|
|
|
|
# NOTE: internally it populates the artifact URL of the candidate,
|
|
|
|
|
# NOTE: its SHA hash and the Galaxy API token. These are still
|
|
|
|
|
# NOTE: necessary with `--no-deps` because even with the disabled
|
|
|
|
|
# NOTE: dependency resolution the outer layer will still need to
|
|
|
|
|