# HG changeset patch
# User Sylvain Thénault <sylvain.thenault@logilab.fr>
# Date 1492174914 -7200
#      Fri Apr 14 15:01:54 2017 +0200
# Node ID 4c7e9c37ea8f0e7da1d82bf784ca3353bbf9d83f
# Parent  7c66f44cdc60606ea15bfc2de8d20c6d4487b2a0
[pkg] This cube depends on cw > 3.24

since it's a cube as package which are supported from there.

diff --git a/cubicweb-elasticsearch.spec b/cubicweb-elasticsearch.spec
--- a/cubicweb-elasticsearch.spec
+++ b/cubicweb-elasticsearch.spec
@@ -20,7 +20,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 BuildRequires:  %{python} %{python}-setuptools
-Requires:       cubicweb >= 3.22.2
+Requires:       cubicweb >= 3.24.0
 Requires:       %{python}-six >= 1.4.0
 
 %description
diff --git a/cubicweb_elasticsearch/__pkginfo__.py b/cubicweb_elasticsearch/__pkginfo__.py
--- a/cubicweb_elasticsearch/__pkginfo__.py
+++ b/cubicweb_elasticsearch/__pkginfo__.py
@@ -13,7 +13,7 @@
 description = 'Simple ElasticSearch indexing integration for CubicWeb'
 web = 'http://www.cubicweb.org/project/%s' % distname
 
-__depends__ = {'cubicweb': '>= 3.22.2', 'six': '>= 1.4.0',
+__depends__ = {'cubicweb': '>= 3.24.0', 'six': '>= 1.4.0',
                'cwtags': None,
                'elasticsearch': '>=2.0.0,<3.0.0',
                'elasticsearch-dsl': '<5.0.0',
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@
 Depends:
  ${python:Depends},
  ${misc:Depends},
- cubicweb-common (>= 3.22.2),
+ cubicweb-common (>= 3.24.0),
  python-six (>= 1.4.0),
  python-bs4,
  python-cwtags,