Bug 849477 - python-novaclient missing dependency on python-setuptools
Summary: python-novaclient missing dependency on python-setuptools
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-novaclient
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Pádraig Brady
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-19 20:09 UTC by Derek Higgins
Modified: 2016-01-04 14:45 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 850842 850844 850847 850975 (view as bug list)
Environment:
Last Closed: 2012-08-31 21:24:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Derek Higgins 2012-08-19 20:09:49 UTC
[root@f17 ~]# yum install python-novaclient
[root@f17 ~]# nova
Traceback (most recent call last):
  File "/bin/nova", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources


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

Comment 1 Pádraig Brady 2012-08-20 03:03:56 UTC
Hmm I might just remove the install_requires from setup.py
That seems at first glance redundant with distro packaging.

Comment 2 Alan Pevec (Fedora) 2012-08-22 13:41:51 UTC
Not sure if install_requires will help, client binary (in all nova/glance/keystone/quantum clients) is actually generated by setuptools and uses pkg_resources.load_entry_point

Let's just add setuptools as a runtime dependency in all clients, I'll clone this to other OpenStack *client components.

Comment 3 Fedora Update System 2012-08-22 16:30:31 UTC
python-novaclient-2012.1-2.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/python-novaclient-2012.1-2.fc17

Comment 4 Fedora Update System 2012-08-22 16:51:24 UTC
python-novaclient-2012.1-2.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/python-novaclient-2012.1-2.el6

Comment 5 Fedora Update System 2012-08-23 23:25:42 UTC
Package python-novaclient-2012.1-2.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-novaclient-2012.1-2.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-12588/python-novaclient-2012.1-2.fc17
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2012-08-31 21:24:47 UTC
python-novaclient-2012.1-2.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2012-09-07 21:04:38 UTC
python-novaclient-2012.1-2.el6 has been pushed to the Fedora EPEL 6 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.