Bug 1688695
| Summary: | Unable to update Electron-Cash due to dependency | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | hgbhcprm |
| Component: | electron-cash | Assignee: | Jonny Heggheim <hegjon> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | germano.massullo, hegjon |
| 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: | 2019-04-21 09:20:27 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: | 1694498 | ||
| Bug Blocks: | |||
|
Description
hgbhcprm
2019-03-14 08:59:48 UTC
I am able to reproduce. The dependency tree also depend on Electrum where the latest version is missing dependencies that are not included in Fedora yet. Would be great with feedback on https://bodhi.fedoraproject.org/updates/FEDORA-2019-6b71e20508 and https://bodhi.fedoraproject.org/updates/FEDORA-2019-fba8e34603 The command "sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2019-fba8e34603 \*" went fine and outputted in the end Installed: python3-typing-extensions-3.7.2-1.fc29.noarch But the command "sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2019-6b71e20508" failed with Problem: cannot install the best update candidate for package python3-trezor-0.10.2-2.fc29.noarch - nothing provides python-typing-extensions needed by python3-trezor-0.11.2-1.fc29.noarch There seams to be a mismatch in the names between python and python3 (In reply to hgbhcprm from comment #3) > The command "sudo dnf install --enablerepo=updates-testing > --advisory=FEDORA-2019-fba8e34603 \*" went fine and outputted in the end > Installed: > python3-typing-extensions-3.7.2-1.fc29.noarch > > But the command "sudo dnf upgrade --enablerepo=updates-testing > --advisory=FEDORA-2019-6b71e20508" failed with > Problem: cannot install the best update candidate for package > python3-trezor-0.10.2-2.fc29.noarch > - nothing provides python-typing-extensions needed by > python3-trezor-0.11.2-1.fc29.noarch > > There seams to be a mismatch in the names between python and python3 You are correct + found a missing dependency: Can you test the new update? https://bodhi.fedoraproject.org/updates/FEDORA-2019-9187570fbf After installing the latest update I was then able to update also electron-cash. Thanks |