[entropy.client.interfaces.dep] when calculating critical updates, use "relaxed_deps" algo

This commit is contained in:
Fabio Erculiani
2010-01-04 17:50:09 +01:00
parent 0057270eda
commit c636ec1922

View File

@@ -1596,7 +1596,7 @@ class CalculatorsMixin:
atom_matches[atom] = (match_id, match_repo,)
atoms.add(atom)
atoms = self._get_unsatisfied_dependencies(atoms)
atoms = self._get_unsatisfied_dependencies(atoms, relaxed_deps = True)
matches = [atom_matches.get(atom) for atom in atoms]
data = (atoms, matches)