Bug 1714218
Summary: | python3-poppler-qt5 drags in python2-sip as a runtime dependency | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomáš Hozza <thozza> |
Component: | python3-poppler-qt5 | Assignee: | Gwyn Ciesla <gwync> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 30 | CC: | gwync, projects.rg |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python3-poppler-qt5-0.24.2-12.fc30 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-05 01:35:17 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1707034, 1285816 |
Description
Tomáš Hozza
2019-05-27 12:08:27 UTC
FTR The package is named python3-poppler-qt5 instead of python3-poppler-qt. The false dependency with wrong python version seems to result from that generic line: > %{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} https://src.fedoraproject.org/rpms/python3-poppler-qt5/blob/master/f/python3-poppler-qt5.spec#_10 Dnf fails to properly handle the virtual Provides of sip-api. python3-poppler-qt5-0.24.2-12.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-a7a4ccb12e python3-poppler-qt5-0.24.2-12.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-a7a4ccb12e (In reply to Raphael Groner from comment #1) > FTR The package is named python3-poppler-qt5 instead of python3-poppler-qt. > > The false dependency with wrong python version seems to result from that > generic line: > > %{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} > https://src.fedoraproject.org/rpms/python3-poppler-qt5/blob/master/f/python3- > poppler-qt5.spec#_10 > > Dnf fails to properly handle the virtual Provides of sip-api. Yes, that was my conclusion as well. There are more packages probably with the same issue, as shown in the output of "dnf repoquery --whatrequires python2-sip" above. Thanks for looking into this. python3-poppler-qt5-0.24.2-12.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. |