debian-forge/osbuild/solver
Tomáš Hozza 1c4ec8faa3 solver/dnf5.py: fix depsolve MarkingErrors
A wrong exception type was returned for the same kind of issues,
compared to the DNF4 version. Specifically, the DNF4 version returned
`MarkingErrors`, while the DNF5 version returned `DepsolveError`, when
a non-existent package was specified in the depsplve request. Make the
behavior consistent and return `MarkingErrors` also from the DNF5
version.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2024-08-08 09:58:41 +02:00
..
__init__.py osbuild-depsolve-dnf: refactor into osbuild.solver module 2024-08-01 08:57:30 +02:00
dnf.py solver/dnf.py: fix depsolve MarkingErrors 2024-08-08 09:58:41 +02:00
dnf5.py solver/dnf5.py: fix depsolve MarkingErrors 2024-08-08 09:58:41 +02:00