Merge "Bump pbr to the version 0.5.16"

This commit is contained in:
Jenkins 2013-07-16 05:18:12 +00:00 committed by Gerrit Code Review
commit 8c339954f0
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)