FS#44892 - [python-pbr] missing dependency on pip
Attached to Project:
Community Packages
Opened by Carl George (carl.george) - Thursday, 07 May 2015, 19:49 GMT
Last edited by Daniel Wallace (gtmanfred) - Saturday, 23 May 2015, 02:40 GMT
Opened by Carl George (carl.george) - Thursday, 07 May 2015, 19:49 GMT
Last edited by Daniel Wallace (gtmanfred) - Saturday, 23 May 2015, 02:40 GMT
|
Details
Description:
Upstream pbr has specified a requirement on pip, but this is not listed as a dependency in the Arch package. https://github.com/openstack-dev/pbr/blob/master/requirements.txt This results in the following error when calling `nova` (from python-novaclient). ERROR (b'DistributionNotFound'): b"The 'pip' distribution was not found and is required by pbr" Additional info: * python-pbr 0.10.8-1 Steps to reproduce: * nova --help |
This task depends upon