Skip to content

Commit

Permalink
Need gevent >= 1.0 for contrail-config
Browse files Browse the repository at this point in the history
Change-Id: I5afc6d4e0fef759effc1de01aa7e91b9de4e5def
(cherry picked from commit a75677b)
  • Loading branch information
Sachin Bansal committed May 28, 2015
1 parent dad4798 commit f3b25f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/contrail/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions rpm/contrail/contrail.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f3b25f1

Please sign in to comment.