Bug 1229863 - Running euca-run-instance fails due to breaking upgrade of python-boto
Summary: Running euca-run-instance fails due to breaking upgrade of python-boto
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-boto
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Garrett Holmstrom
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1231233 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-09 19:36 UTC by E. Castedo Ellerman
Modified: 2015-06-13 19:36 UTC (History)
4 users (show)

Fixed In Version: python-boto-2.38.0-2.el7
Clone Of:
Environment:
Last Closed: 2015-06-13 19:36:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description E. Castedo Ellerman 2015-06-09 19:36:46 UTC
Version-Release number of selected component: 2.38

Steps to Reproduce from base CentOS7:
1. yum install euca2ools
2. yum install epel-release
3. yum upgrade python-boto
4. euca-run-instance

Actual results:

Traceback (most recent call last):
 File "/usr/bin/euca-run-instances", line 37, in <module>
   import euca2ools.commands.euca.runinstances
 File "/usr/lib/python2.7/site-packages/euca2ools/commands/euca/runinstances.py", line 34, in <module>
   import euca2ools.commands.eucacommand
 File "/usr/lib/python2.7/site-packages/euca2ools/commands/eucacommand.py", line 34, in <module>
   import boto
 File "/usr/lib/python2.7/site-packages/boto/__init__.py", line 27, in <module>
   from boto.pyami.config import Config, BotoConfigLocations
 File "/usr/lib/python2.7/site-packages/boto/pyami/config.py", line 29, in <module>
   from boto.compat import expanduser, ConfigParser, StringIO
 File "/usr/lib/python2.7/site-packages/boto/compat.py", line 58, in <module>
   from boto.vendored import six
ImportError: No module named vendored


Expected results:

Printing of euca-run-instance help.

Additional info:

python-boto-2.34 works fine

I could quick fixed a personal copy of the python-boto source package to remove the patch and rm statement in the spec file that remove the boto.vendored package. With this quick fixed version including boto.vendored I am able to run euca-run-instance without the error.

Comment 1 Garrett Holmstrom 2015-06-12 17:19:34 UTC
*** Bug 1231233 has been marked as a duplicate of this bug. ***

Comment 2 Fedora Update System 2015-06-13 19:36:38 UTC
python-boto-2.38.0-2.el7 has been pushed to the Fedora EPEL 7 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.