Bug 1854288

Summary: F33FailsToInstall: awscli
Product: [Fedora] Fedora Reporter: Igor Raits <igor.raits>
Component: awscliAssignee: David Duncan <davdunc>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
Hello,

Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (ignatenkobrain).

Your package (awscli) Fails To Install in Fedora 33:

can't install awscli:
  - nothing provides (python3.9dist(rsa) <= 3.5 with python3.9dist(rsa) >= 3.1.2) needed by awscli-1.18.93-1.fc33.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.

P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors.

P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/rawhide-gating/multi-builds/

Thanks!

Comment 1 Gwyn Ciesla 2020-07-07 14:09:39 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.

Comment 2 Fabio Alessandro Locati 2020-07-07 14:21:28 UTC
could it come out of https://github.com/boto/boto/blob/develop/requirements.txt ?

Comment 3 Gwyn Ciesla 2020-07-07 14:44:34 UTC
No, we're using boto3, so this would apply: https://github.com/boto/boto3/blob/develop/requirements.txt

Comment 4 Fabio Alessandro Locati 2020-07-08 10:32:17 UTC
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

Comment 6 Gwyn Ciesla 2020-07-08 15:24:28 UTC
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.