PBR version lookup module incorrect in package
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-keystoneclient-kerberos |
Fix Released
|
High
|
Jamie Lennox |
Bug Description
Importing the base package from pip crashes with:
>>> import keystoneclient_
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/
'keystonecl
File "/home/
for part in self.release_
File "/home/
self.release = self._get_
File "/home/
return packaging.
File "/home/
raise Exception(
Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?
This is because the PBR string is looking for PKG-INFO from "keystoneclient
This would not have been noticed in development because it would fallback to looking at the git repo which has the correct version number.
Changed in python-keystoneclient-kerberos: | |
importance: | Undecided → High |
milestone: | none → 0.1.4 |
Changed in python-keystoneclient-kerberos: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/171898
Review: https:/