Skip to content

Commit

Permalink
pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
Browse files Browse the repository at this point in the history
 We need to pass into VersionInfo what one would expect from running:
 setup.py --name

 Right now we pass in say oslo_context and pbr fails if there is no .git in
  the python source tree

  Closes-Bug: #1662266

Change-Id: I6bb3594ad625e0538cc8c654d679886b8302719a
  • Loading branch information
dims committed Feb 6, 2017
1 parent 7afbc99 commit 44cf9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oslo_concurrency/version.py
Expand Up @@ -15,4 +15,4 @@

import pbr.version

version_info = pbr.version.VersionInfo('oslo_concurrency')
version_info = pbr.version.VersionInfo('oslo.concurrency')

0 comments on commit 44cf9e1

Please sign in to comment.