Merge "Remove pbr version from setup.py"

This commit is contained in:
Zuul 2017-12-13 03:46:46 +00:00 committed by Gerrit Code Review
commit c2562d1f99
1 changed files with 1 additions and 1 deletions

View File

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