Bug 1854288
| Summary: | F33FailsToInstall: awscli | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Raits <igor.raits> |
| Component: | awscli | Assignee: | David Duncan <davdunc> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | bperkins, davdunc, gwync, jmmahler, me |
| 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-07-08 15:24:28 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: | |||
| Bug Blocks: | 1803235 | ||
|
Description
Igor Raits
2020-07-07 05:30:19 UTC
I don't understand how this is being triggered. The requires I see on awscli and the provides on python3-rsa, as seen in the most recent f33 packages, line up, and I have them installed on a local rawhide system. could it come out of https://github.com/boto/boto/blob/develop/requirements.txt ? No, we're using boto3, so this would apply: https://github.com/boto/boto3/blob/develop/requirements.txt fale@x1:/tmp $ repoquery --releasever=33 --repo=fedora{,-source} --requires awscli-0:1.18.93-1.fc33.noarch
Last metadata expiration check: 23:56:07 ago on Tue 07 Jul 2020 12:35:14 PM CEST.
(python3.9dist(colorama) < 0.4.4 with python3.9dist(colorama) >= 0.2.5)
(python3.9dist(pyyaml) < 5.4 with python3.9dist(pyyaml) >= 3.10)
(python3.9dist(rsa) <= 3.5 with python3.9dist(rsa) >= 3.1.2)
(python3.9dist(s3transfer) < 0.4 with python3.9dist(s3transfer) >= 0.3)
/usr/bin/python3
python(abi) = 3.9
python3-docutils
python3.9dist(botocore) = 1.17.16
Not sure where it comes from, though
Right, and that's the correct requires. What I didn't realize was that python-rsa has been updated to 4.6 in rawhide. Updating the requires, rebuilding and upgrading to python3-rsa doesn't introduce any regressions that I can find. Built for rawhide and logged upstream. |