Not limit stevedore to 1.8.0

If the stevedore is limited to 1.8.0 and the version of stevedore
in host is higher than 1.8.0, it will raise an 'VersionConflict'
error when executing 'jenkins-jobs update` command.

Change-Id: I9e83fddd82049be0d21ec4106f7b846184f3af8d
Closes-Bug: #1614435
This commit is contained in:
liyuanzhen 2016-08-18 16:54:03 +08:00
parent d2d7c3f3f9
commit e70e1f2bf4
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ six>=1.5.2
PyYAML
python-jenkins>=0.4.8
pbr>=1.0.0,<2.0
stevedore==1.8.0
stevedore>=1.8.0