Specify pbr version of magnum-ui

The pbr version should be specified like the other OpenStack project.

Change-Id: Ia6d70a9a5d35bea81acfb37f19f92fdbd4d175ff
Closes-Bug: #1552095
This commit is contained in:
xiangxinyong 2016-03-07 14:07:12 +08:00
parent 9d81ce798e
commit bf93cb148c
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=1.8'],
pbr=True)