| Summary: | Packaging conflict between python-qt5 and python3-qt5 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | stan <gryt2> |
| Component: | python-qt5 | Assignee: | Rex Dieter <rdieter> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | gryt2, projects.rg, rdieter, than |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-07 14:09:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
stan
2016-03-05 22:04:45 UTC
you have to upgrade both python-qt5 and python3-qt5 at the same time. Yeah, I was going to post information about that this morning after I noticed that the python3 packages aren't updating because of dependency errors. Not sure what those errors are, though. Here is the output from dnf. Upgrading: python-qt5 x86_64 5.5.1-14.fc25 rawhide 3.9 M Skipping packages with broken dependencies: python3-qt5 x86_64 5.5.1-14.fc25 rawhide 3.9 M python3-qt5-devel x86_64 5.5.1-14.fc25 rawhide 502 k And if I accept this, then it gives me the error I reported. What does this say: dnf update --best ?? and, if you happen to have an oddly named python3-webkit pkg installed, try removing it. Thanks for that command. That's really useful. Here are the relevant entries from the output: package python3-webengine-5.5.1-11.fc25.x86_64 requires python3-qt5(x86-64) = 5.5.1-11.fc25, but none of the providers can be installed. package python3-webkit-5.5.1-11.fc25.x86_64 requires python3-qt5(x86-64) = 5.5.1-11.fc25, but none of the providers can be installed. So, you're saying I should remove these? They're obsolete? Or do they just need their dependencies updated to the latest python3-qt5 version? Yes, remove those %changelog * Mon Mar 07 2016 Rex Dieter <rdieter> 5.5.1-15 - add Obsoletes for misnamed -webengine/-webkit pkgs (#1315025) That did the trick! Thanks for your help. |