Fix the wrong input package of pbr of cloudkittyclient
The cloudkittyclient cannot work because wrong package name was inputed to pbr.version.VersionInfo() method. Change-Id: Iff65bf5b2efd50b0dd29070b89ac5a607d0ecfcb Closes-Bug: #1448406
This commit is contained in:
parent
fff7eefa00
commit
7979bac358
@ -17,4 +17,4 @@ import pbr.version
|
|||||||
|
|
||||||
|
|
||||||
__version__ = pbr.version.VersionInfo(
|
__version__ = pbr.version.VersionInfo(
|
||||||
'cloudkittyclient').version_string()
|
'python-cloudkittyclient').version_string()
|
||||||
|
Loading…
Reference in New Issue
Block a user