FS#51484 - [python2-openstackclient] python2-osc-lib should be a runtime dependency

Attached to Project: Community Packages
Opened by Jon Gjengset (Jonhoo) - Friday, 21 October 2016, 18:30 GMT
Last edited by Felix Yan (felixonmars) - Monday, 25 December 2017, 05:44 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The package python2-osc-lib is needed at runtime, not just at build time, otherwise the following error is given:

$ openstack2 --help --debug
Traceback (most recent call last):
File "/usr/bin/openstack2", line 6, in <module>
from openstackclient.shell import main
File "/usr/lib/python2.7/site-packages/openstackclient/shell.py", line 22, in <module>
from osc_lib.api import auth
ImportError: No module named osc_lib.api

Additional info:
python2-openstackclient 3.3.0-1
This task depends upon

Closed by  Felix Yan (felixonmars)
Monday, 25 December 2017, 05:44 GMT
Reason for closing:  Fixed

Loading...