Bump pbr to the version 0.5.16

Change-Id: I7b4d1d1b00bc2a12b50f38181d11b2f0d4e52ff8
This commit is contained in:
Anna Shen 2013-06-12 12:39:52 -07:00
parent 563c274b48
commit 1d18aec7e6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
d2to1>=0.2.10,<0.3
pbr>=0.5,<0.6
pbr>=0.5.16,<0.6
SQLAlchemy>=0.7,<=0.7.99
eventlet
extras

View File

@ -17,5 +17,5 @@
import setuptools
setuptools.setup(
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.10,<0.6'],
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.16,<0.6'],
d2to1=True)