Skip to content

Commit

Permalink
gevent 1.0 is not available for centos 6.x
Browse files Browse the repository at this point in the history
Change-Id: I350ca80eef5552c2c740c3a0e3e30f8f41ff8dea
Closes-Bug: 1460211
(cherry picked from commit d611736)
  • Loading branch information
Sachin Bansal committed Jun 1, 2015
1 parent 78bb6ca commit 319346f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion rpm/contrail/contrail.spec
Expand Up @@ -183,7 +183,12 @@ Summary: Contrail Python Lib
Group: Applications/System
Obsoletes: contrail-api-lib
Requires: python-bottle >= 0.11.6
%if 0%{?rhel} >= 7
Requires: python-gevent >= 1.0
%endif
%if 0%{?rhel} <= 6
Requires: python-gevent
%endif
Requires: consistent_hash
%if 0%{?rhel} <= 6
Requires: python-importlib
Expand Down Expand Up @@ -355,7 +360,12 @@ Group: Applications/System
BuildArch: noarch
Requires: python-contrail >= %{_verstr}-%{_relstr}
Requires: python-bitarray >= 0.8.0
Requires: python-gevent >= 1.0
%if 0%{?rhel} >= 7
Requires: python-gevent >= 1.0
%endif
%if 0%{?rhel} <= 6
Requires: python-gevent
%endif
Requires: python-geventhttpclient
Requires: python-lxml >= 2.3.2
Requires: python-pycassa
Expand Down

0 comments on commit 319346f

Please sign in to comment.