Set min pbr version in setup_requires

This commit adds a minimum version on the setuptools setup_requires
for pbr. This is required to enable markers and also to ensure a
consistent version when installing with other packages.

Change-Id: I2168d91896ba82581929a2faeebace7419b4539e
This commit is contained in:
Matthew Treinish 2015-08-05 18:30:06 -04:00
parent e43001c9e6
commit 04a393eae2
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 1 additions and 1 deletions

View File

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