How do I override a package not being built against the best dependency?

When I build this package in a clean mock chroot against the radicale package in updates repository, python’s automatic dependency generator fails because radicale 3.1.8 in updates provides python3dist(radicale) = 3~~dev which is less than 3 due to the tilde. My package requires python3dist(radicale) >= 3 according to the automatic dependency generator. How do I work around this so that I can use the automatic dependency generator but build against the version of radicale in updates?

Seems like the python-radicale package needs to be fixed. Can you file a bug against it?

1 Like

Done

https://bugzilla.redhat.com/show_bug.cgi?id=2229519

Issue found, see Bugzilla entry. New builds are on the way

1 Like