Skip to content

Commit

Permalink
Merge "Need gevent >= 1.0 for contrail-config" into R2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 28, 2015
2 parents b563d39 + f3b25f1 commit 658d176
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
Expand Up @@ -204,7 +204,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
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 658d176

Please sign in to comment.