Update PBR to 0.5.21

Change-Id: I5e8602485d28ee8c9326b4f19ed9bf4e4f9efa7a
This commit is contained in:
Kiall Mac Innes 2013-08-07 22:53:14 +01:00
parent 0bac094574
commit 53abe11759
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ netaddr
oslo.config>=1.1.0
Paste
PasteDeploy>=1.5.0
pbr>=0.5.16,<0.6
pbr>=0.5.21,<1.0
python-keystoneclient>=0.3.0
Routes>=1.12.3
SQLAlchemy>=0.7,<=0.7.99

View File

@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
setup_requires=['pbr>=0.5.20'],
setup_requires=['pbr>=0.5.21,<1.0'],
pbr=True)