diff --git a/libraries/entropy/client/interfaces/dep.py b/libraries/entropy/client/interfaces/dep.py index f06a66c0c..64254870b 100644 --- a/libraries/entropy/client/interfaces/dep.py +++ b/libraries/entropy/client/interfaces/dep.py @@ -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)