FS#59901 - [aws-cli] Missing python-urllib3 dependency

Attached to Project: Community Packages
Opened by Adam Nielsen (Malvineous) - Sunday, 02 September 2018, 01:29 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 02 September 2018, 05:49 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

python-urllib3 needs to be added as a dependency of aws-cli

Steps to reproduce:

# pacman -R python-urllib3
# pacman -S aws-cli
# aws
ModuleNotFoundError: No module named 'urllib3'
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Sunday, 02 September 2018, 05:49 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#59893 
Comment by Eli Schwartz (eschwartz) - Sunday, 02 September 2018, 05:49 GMT
In fact, that's not the error at all, the error is in fact this:

File "/usr/lib/python3.7/site-packages/botocore/compat.py", line 26, in <module>
from urllib3 import exceptions
ModuleNotFoundError: No module named 'urllib3'


Indicating this has nothing to do with aws-cli itself...

Loading...