Bug 1904473
Summary: | F34FailsToInstall: veusz | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | veusz | Assignee: | Jeremy Sanders <jeremy> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jeremy |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-12-05 11:56:23 UTC | Type: | --- |
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: | 1825507 | ||
Bug Blocks: | 1868279 |
Description
Miro Hrončok
2020-12-04 14:53:54 UTC
The requirement on sip is based on upstream metadata: https://github.com/veusz/veusz/blob/veusz-3.3/setup.py#L40 Thanks - I hadn't realised automatic requirements were generated from setup.py. I've removed the sip one with a patch and built veusz-3.3-2.fc34. Therefore I think this bug can be closed. Is there an easy way to test F34 installability first? > I hadn't realised automatic requirements were generated from setup.py. Details: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_automatically_generated_dependencies > Is there an easy way to test F34 installability first? $ mock -r fedora-rawhide-x86_64 --install veusz --enablerepo=local ... Installed: ... python3-pyqt5-sip-4.19.24-1.fc34.x86_64 ... veusz-3.3-2.fc34.x86_64 ... Thanks! |