fix wrong version of eventlet

The required version for CentOS was 0.18, but only 0.17 is available
in the repositories.

Change-Id: I94ced14b0f0c520e431c7ef2fd94c11d6721af9c
Sem-Ver: bugfix
This commit is contained in:
Vincent Llorens 2016-10-21 13:18:29 +02:00
parent 524918a027
commit 906ab1f7fc
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Requires(pre): shadow-utils
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
Requires: python2-eventlet >= 0.18
Requires: python2-eventlet >= 0.17
Requires: python2-oslo-config >= 2.4
Requires: python-pbr >= 1.8
Requires: python-dateutil >= 2.4

View File

@ -4,7 +4,7 @@
pbr>=1.8,<1.9
eventlet>=0.17,<0.19
eventlet>=0.17,<0.18
oslo.config>=2.4,<2.5
python-dateutil>=2.2,<2.5