Remove pbr version specifier

Most of our dependencies now are relying on pbr>1.0, so the old
version specifier causes conflicts.

Change-Id: I16925a3b782ddaefeba3acf0ed315779cb34b119
This commit is contained in:
Ben Nemec 2015-06-17 17:12:56 +00:00 committed by James Slagle
parent 31a7f0a9fa
commit bb9ccd5525
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
setup_requires=['pbr>=0.5.21,<1.0'],
setup_requires=['pbr'],
pbr=True)