Bug 2010061
| Summary: | F35FailsToInstall: python3-jwt+crypto | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Otto Liljalaakso <otto.liljalaakso> |
| Component: | python-jwt | Assignee: | Fedora Infrastructure SIG <infra-sig> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 35 | CC: | carl, geraldo.simiao.kutz, infra-sig, kevin, kparal, rbean, robatino, zbyszek |
| 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: | 2021-10-06 19:58:55 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: | 1891956, 2009117 | ||
Bodhi already has negative karma and related discussion for the python-cryptography update that caused this: https://bodhi.fedoraproject.org/updates/FEDORA-2021-122248d76a I've pushed a rawhide build with the upper requirement removed for now. This can be merged into f35, built and attached to the update. Let me know if you I should do that. Thanks! I can confirm that the new rpms available in Koji fix the issue I had. Regarding the question of building and attaching to the update, I will let the update owners make the decisions there. FEDORA-2021-122248d76a has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-122248d76a FEDORA-2021-122248d76a has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-122248d76a Proposed as a Blocker for 35-final by Fedora user zbyszek using the blocker tracking app because:
Break upgrades, violating:
> For each one of the release-blocking package sets, it must be possible to successfully complete a direct upgrade from a fully updated, clean default installation of each of the last two stable Fedora releases with that package set installed.
FEDORA-2021-122248d76a has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-122248d76a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-122248d76a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. Switching to a freeze exception request per discussion in https://pagure.io/fedora-qa/blocker-review/issue/496 well, this update has been obsoleted at 05/10/21, (https://bodhi.fedoraproject.org/updates/FEDORA-2021-122248d76a) Yes, obsoleting the update has fixed that. Closing the issue now. |
Description of problem: Package python3-jwt+crypto fails to install on Fedora Linux 35: $ sudo dnf install python3-jwt+crypto Last metadata expiration check: 0:00:48 ago on Sun Oct 3 14:21:31 2021. Error: Problem: conflicting requests - nothing provides (python3.10dist(cryptography) < 4 with python3.10dist(cryptography) >= 3.3.1) needed by python3-jwt+crypto-2.1.0-2.fc35.noarch (try to add '--skip-broken' to skip uninstallable packages) Fedora 35 stable seems to have compatible python3-cryptography-3.4.7, but testing is already at 35.0.0. Version-Release number of selected component (if applicable): 2.1.0-2.fc35 How reproducible: Always Steps to Reproduce: 1. Run: $ sudo dnf install python3-jwt+crypto Actual results: Error as given in description Expected results: Compatible provide for python3.10dist(cryptography) is found, installation succeeds. Additional info: