Rackspace-DOT / nova-agent

Other
4 stars 18 forks source link

Dependency missing #61

Closed utfans05 closed 6 years ago

utfans05 commented 6 years ago

After installing the package through yum, there is still a dependency for python-pip on systems that do not already have it.

service nova-agent start Starting nova-agent: Traceback (most recent call last): File "/usr/bin/nova-agent", line 5, in from pkg_resources import load_entry_point ImportError: No module named pkg_resources

yum provides */pkg_resources python-pip-7.1.0-1.el6.noarch : A tool for installing and managing Python packages Repo : epel Matched from: Filename : /usr/lib/python2.6/site-packages/pip/_vendor/pkg_resources

Is there a way we can get this updated so that we can get python pip required to be installed when nova-agent is installed?

carlwgeorge commented 6 years ago

This is a packaging thing, not an upstream problem. Open a bug on the Red Hat bugzilla with the "Fedora EPEL" product and "nova-agent" component.

https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20EPEL&component=nova-agent&version=el6

carlwgeorge commented 6 years ago

@utfans05 I have the RPM spec file fix for this ready, just waiting on that bugzilla so I can link it to the update.