$ sudo dnf update
Updating Subscription Management repositories.
Error:
Problem: cannot install the best update candidate for package python3-GitPython-2.1.11-3.el8.noarch
- nothing provides python3-gitdb >= 4.0.0 needed by python3-GitPython-3.1.0-1.el8.noarch
- nothing provides python3.6dist(gitdb) >= 4.0.1 needed by python3-GitPython-3.1.0-1.el8.noarch
- nothing provides python3.6dist(gitdb) < 5 needed by python3-GitPython-3.1.0-1.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
$ sudo dnf list python3-gitdb
Installed Packages
python3-gitdb.noarch 2.0.3-6.el8 @epel
This update has been submitted for testing by pingou.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
pingou edited this update.
This update has been pushed to testing.
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.
Broken upgrade on RHEL8:
$ sudo dnf update Updating Subscription Management repositories. Error: Problem: cannot install the best update candidate for package python3-GitPython-2.1.11-3.el8.noarch - nothing provides python3-gitdb >= 4.0.0 needed by python3-GitPython-3.1.0-1.el8.noarch - nothing provides python3.6dist(gitdb) >= 4.0.1 needed by python3-GitPython-3.1.0-1.el8.noarch - nothing provides python3.6dist(gitdb) < 5 needed by python3-GitPython-3.1.0-1.el8.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) $ sudo dnf list python3-gitdb Installed Packages python3-gitdb.noarch 2.0.3-6.el8 @epel
Once again with formatting; It breaks RHEL8:
Confirm uninstallable.
We're seeing this too.
I'd note that you're doing an update here, not an install and this package was just introduced to epel8.
That being said, if I run an
yum update
on a system where the package has been installed (it installed fine!), I can reproduce the error.Yes this package is installable as soon as you have 8.2 available.
I can no longer reproduce the error I had seen and pasted above