This is not a rpm issue. rpm just checks if all dependencies are fulfilled, it 
does not choose packages. So you would need to take this to the dnf people who 
will tell you to ask the libsolv folks.

Anyway, what happens is that your dependency is basically telling the solver 
"either install add-determinism-nopython or install both python3-libs and 
add-determinism". Both are valid solutions and the solver is free to pick the 
one it likes. You could try to add a "Suggests: add-determinism-nopython" to 
give it a hint that it should prefer the nopython variant.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3082#issuecomment-2098446058
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/3082/2098446...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to