Remove pbr version from setup.py

Using pbr version in setup_requires is no longer recommended by Pbr.

Change-Id: I9373c0ba4017f8db732c0eb9c5cf0d129726f315
This commit is contained in:
Rajath Agasthya 2017-09-06 21:55:54 -07:00
parent ff905655e9
commit 5ef5c7fc26
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)