From f3b25f107063b72cdf28919e01dfe4b01eee43e2 Mon Sep 17 00:00:00 2001 From: Sachin Bansal Date: Wed, 27 May 2015 11:17:51 -0700 Subject: [PATCH] Need gevent >= 1.0 for contrail-config Change-Id: I5afc6d4e0fef759effc1de01aa7e91b9de4e5def (cherry picked from commit a75677bd4a9a3a7dfc6b8103307f4d2b9f2e0862) --- debian/contrail/debian/control | 2 +- rpm/contrail/contrail.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/contrail/debian/control b/debian/contrail/debian/control index b62b5449..7b4ed032 100644 --- a/debian/contrail/debian/control +++ b/debian/contrail/debian/control @@ -203,7 +203,7 @@ Package: python-contrail Architecture: all Section: python Depends: python-bottle, - python-gevent, + python-gevent (>= 1.0), python-importlib, ${misc:Depends}, ${python:Depends} diff --git a/rpm/contrail/contrail.spec b/rpm/contrail/contrail.spec index d4be94e6..8c3c697a 100644 --- a/rpm/contrail/contrail.spec +++ b/rpm/contrail/contrail.spec @@ -183,7 +183,7 @@ Summary: Contrail Python Lib Group: Applications/System Obsoletes: contrail-api-lib Requires: python-bottle >= 0.11.6 -Requires: python-gevent +Requires: python-gevent >= 1.0 Requires: consistent_hash %if 0%{?rhel} <= 6 Requires: python-importlib @@ -355,7 +355,7 @@ Group: Applications/System BuildArch: noarch Requires: python-contrail >= %{_verstr}-%{_relstr} Requires: python-bitarray >= 0.8.0 -Requires: python-gevent +Requires: python-gevent >= 1.0 Requires: python-geventhttpclient Requires: python-lxml >= 2.3.2 Requires: python-pycassa