Merge "Fix package reference in version code"

This commit is contained in:
Jenkins 2016-05-26 19:24:52 +00:00 committed by Gerrit Code Review
commit f2c6f2c04a
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@
import pbr.version
version_info = pbr.version.VersionInfo('__project__')
version_info = pbr.version.VersionInfo(__package__)

View File

@ -1,3 +1,3 @@
oslo.log>=1.14.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
setuptools<20.2
setuptools>=16.0