Update pbr version

Update pdb version >=2.0.0

Change-Id: I5c9cb947f9460f2929f57ccb923528898303b31e
This commit is contained in:
Cai Hui 2018-11-07 01:36:08 -05:00
parent eeb86e8b78
commit 0c4713108c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pbr>=1.8 # Apache-2.0
pbr!=2.1.0,>=2.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
python-monascaclient>=1.1.0 # Apache-2.0
python-neutronclient>=5.1.0 # Apache-2.0

View File

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