Raise min version of stevedore to 1.5.0

stevedore 1.5.0 provides a new feature for building documentation from a
plugin set in sphinx. We would like to use this in the docs for some of
the Oslo libraries like oslo.messaging.

Change-Id: Ie715f98fe0d3cba8b2f4f6235e7c2b6f79be7ea0
This commit is contained in:
Doug Hellmann 2015-06-03 11:37:11 +00:00
parent a228e3b6af
commit 4f76ab512d

View File

@ -164,7 +164,7 @@ sockjs-tornado>=1.0.0,<2.0.0
SQLAlchemy>=0.9.7,<=0.9.99
sqlalchemy-migrate>=0.9.6
sqlalchemy-utils # BSD License
stevedore>=1.3.0 # Apache-2.0
stevedore>=1.5.0 # Apache-2.0
sysv_ipc>=0.6.8 # BSD License
# NOTE(dims): suds is not python 3.x compatible, suds-jurko is a fork that