Update pbr version

Change-Id: I1aa8a8ceb39e88aeb5989b33484237fcb778480f
This commit is contained in:
Longgeek 2014-06-29 00:19:51 +08:00
parent 93618a2f70
commit 7a2721e50c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pbr>=0.5.21,<1.0
pbr>=0.6,!=0.7,<1.0
gear
PyYAML

View File

@ -17,5 +17,5 @@
import setuptools
setuptools.setup(
setup_requires=['pbr>=0.5.21,<1.0'],
setup_requires=['pbr>=0.6,!=0.7,<1.0'],
pbr=True)