Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679820 - dev-python/awscli-1.16.104 requires newer botocore
Summary: dev-python/awscli-1.16.104 requires newer botocore
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL: https://github.com/aws/aws-cli/issues...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-09 01:11 UTC by Georgy Yakovlev
Modified: 2019-03-27 21:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georgy Yakovlev archtester gentoo-dev 2019-03-09 01:11:15 UTC
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.6/aws", line 27, in <module>
    sys.exit(main())
  File "/usr/lib/python-exec/python3.6/aws", line 23, in main
    return awscli.clidriver.main()
  File "/usr/lib64/python3.6/site-packages/awscli/clidriver.py", line 59, in main
    rc = driver.main()
  File "/usr/lib64/python3.6/site-packages/awscli/clidriver.py", line 193, in main
    command_table = self._get_command_table()
  File "/usr/lib64/python3.6/site-packages/awscli/clidriver.py", line 102, in _get_command_table
    self._command_table = self._build_command_table()
  File "/usr/lib64/python3.6/site-packages/awscli/clidriver.py", line 122, in _build_command_table
    command_object=self)
  File "/usr/lib64/python3.6/site-packages/botocore/session.py", line 725, in emit
    return self._events.emit(event_name, **kwargs)
  File "/usr/lib64/python3.6/site-packages/botocore/hooks.py", line 356, in emit
    return self._emitter.emit(aliased_event_name, **kwargs)
  File "/usr/lib64/python3.6/site-packages/botocore/hooks.py", line 228, in emit
    return self._emit(event_name, kwargs)
  File "/usr/lib64/python3.6/site-packages/botocore/hooks.py", line 211, in _emit
    response = handler(**kwargs)
  File "/usr/lib64/python3.6/site-packages/awscli/customizations/sms_voice.py", line 21, in hide_sms_voice
    command_table['sms-voice']._UNDOCUMENTED = True
KeyError: 'sms-voice'




installing dev-python/botocore-1.12.81 fixes it

https://github.com/aws/aws-cli/issues/3892