Pin pbr to 0.11.0: Jenkins build process will install pbr first and then build wheel file. The working version is 0.11.0

Change-Id: I5a666de236cef6e7a12314025c5f31652a10c4a3
This commit is contained in:
tonytan4ever 2015-08-04 12:05:47 -04:00
parent c9dddb8d36
commit 680ab3326a
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ requirements = list(requirements)
setuptools.setup(
install_requires=requirements,
setup_requires=['pbr'],
setup_requires=['pbr==0.11.0'],
pbr=True)