From 906ab1f7fc39fff4f532e0e23ad45bd4d93e6a19 Mon Sep 17 00:00:00 2001 From: Vincent Llorens Date: Fri, 21 Oct 2016 13:18:29 +0200 Subject: [PATCH] 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 --- packaging/rpm/python-synergy.spec | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/rpm/python-synergy.spec b/packaging/rpm/python-synergy.spec index 98df198..df02de2 100755 --- a/packaging/rpm/python-synergy.spec +++ b/packaging/rpm/python-synergy.spec @@ -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 diff --git a/requirements.txt b/requirements.txt index b6f8e62..03944d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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