Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolver.py: Add CustomPackageProvider class
JIRA: https://issues.redhat.com/browse/RHELAI-3189 The builder project contains code that attempts to satisfy constraints and package requirements. This code is effectively replicating is_satsified_by() of the GenericProvider class and should be removed from builder in favor of a new class in fromager. The new class has find_best_match(), which unlike find_matches() returns the best match in a provided list of versions. Suggested-by: Doug Hellmann <[email protected]> Signed-off-by: Prarit Bhargava <[email protected]>
- Loading branch information