Merge "Match the minimum from global-requirements in setup.py"

This commit is contained in:
Jenkins 2017-03-02 09:06:39 +00:00 committed by Gerrit Code Review
commit e25801c941

View File

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