This fails with: $ sudo dnf install python3-bravado-core Last metadata expiration check: 0:06:36 ago on Sun May 9 08:29:13 2021. Error: Problem: conflicting requests - nothing provides python3.8dist(jsonpointer) > 1.13 needed by python3-bravado-core-5.17.0-1.fc32.1.noarch (try to add '--skip-broken' to skip uninstallable packages) And indeed: $ dnf repoquery --provides python3-jsonpointer python-jsonpointer = 1.10-19.fc32 python-jsonpointer = 1.13-1.fc32 python3-jsonpointer = 1.10-19.fc32 python3-jsonpointer = 1.13-1.fc32 python3.8dist(jsonpointer) = 1.10 python3.8dist(jsonpointer) = 1.13 python3dist(jsonpointer) = 1.10 python3dist(jsonpointer) = 1.13 So I think the dependency onto jsonpointer needs to be changed to ">=" instead of ">".
Put up https://src.fedoraproject.org/rpms/python-bravado-core/pull-request/2 for this
Fedora 32 changed to end-of-life (EOL) status on 2021-05-25. Fedora 32 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.