Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: I currently have electron-cash-3.3.4-1.fc29.noarch and python3-trezor-0.10.2-2.fc29.noarch installed. When I try to do yum update I get the following conflict Problem: package electron-cash-3.3.5-3.fc29.noarch conflicts with python3-trezor < 0.11.1 provided by python3-trezor-0.10.2-2.fc29.noarch - cannot install the best update candidate for package python3-trezor-0.10.2-2.fc29.noarch - cannot install the best update candidate for package electron-cash-3.3.4-1.fc29.noarch Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
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