[pkg] Depends on yams < 0.43
authorDenis Laxalde <denis.laxalde@logilab.fr>
Tue, 21 Jun 2016 13:45:12 +0200
changeset 11297 ee57b07553f6
parent 11296 5153f6fd478e
child 11298 b1e7de000536
[pkg] Depends on yams < 0.43
__pkginfo__.py
cubicweb.spec
debian/control
--- a/__pkginfo__.py	Wed Jun 01 15:17:09 2016 +0200
+++ b/__pkginfo__.py	Tue Jun 21 13:45:12 2016 +0200
@@ -43,7 +43,7 @@
     'logilab-common': '>= 0.63.1',
     'logilab-mtconverter': '>= 0.8.0',
     'rql': '>= 0.34.0',
-    'yams': '>= 0.42.0',
+    'yams': '>= 0.42.0,< 0.43',
     #gettext                    # for xgettext, msgcat, etc...
     # web dependencies
     'lxml': '',
--- a/cubicweb.spec	Wed Jun 01 15:17:09 2016 +0200
+++ b/cubicweb.spec	Tue Jun 21 13:45:12 2016 +0200
@@ -26,6 +26,7 @@
 Requires:       %{python}-logilab-mtconverter >= 0.8.0
 Requires:       %{python}-rql >= 0.34.0
 Requires:       %{python}-yams >= 0.42.0
+Requires:       %{python}-yams < 0.43
 Requires:       %{python}-logilab-database >= 1.15.0
 Requires:       %{python}-passlib
 Requires:       %{python}-lxml
--- a/debian/control	Wed Jun 01 15:17:09 2016 +0200
+++ b/debian/control	Tue Jun 21 13:45:12 2016 +0200
@@ -17,6 +17,7 @@
  python-tz,
  python-rql (>= 0.34.0),
  python-yams (>= 0.42.0),
+ python-yams (<< 0.43),
  python-lxml,
 Standards-Version: 3.9.1
 Homepage: https://www.cubicweb.org