Enforce that pbr used is >= 1.8

It otherwise fails if used against older pbr (e.g distro packaging build)

Change-Id: I19dbd5d14a9135408ad21a34834f0bd1fb3ea55d
This commit is contained in:
Haikel Guemar 2017-04-07 15:58:57 +02:00
parent 9a7a37fba4
commit 02c26a2ced
1 changed files with 1 additions and 1 deletions

View File

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