Bug 849479 - python-novaclient missing dependency on python-setuptools
Summary: python-novaclient missing dependency on python-setuptools
Keywords:
Status: CLOSED DUPLICATE of bug 850975
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-novaclient
Version: 1.0 (Essex)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Pádraig Brady
QA Contact: Yaniv Kaul
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-19 20:30 UTC by Derek Higgins
Modified: 2016-01-04 14:42 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-23 22:28:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Derek Higgins 2012-08-19 20:30:16 UTC
Using python-novaclient-2012.1-1.el6.noarch on RHEL 6.3

the nova command line tool has a dependency on python-setuptools which isn't installed with the package

[root@rhel63 ~]# yum install python-novaclient
[root@rhel63 ~]# nova
Traceback (most recent call last):
  File "/usr/bin/nova", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources


[root@rhel63 ~]# yum install python-setuptools 
[root@rhel63 ~]# nova
usage: nova [--debug] [--os_username OS_USERNAME] [--os_password OS_PASSWORD]

Comment 1 Alan Pevec 2012-08-23 22:28:57 UTC

*** This bug has been marked as a duplicate of bug 850975 ***


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