# HG changeset patch # User Denis Laxalde # Date 1466509512 -7200 # Node ID ee57b07553f64f0ae21b43311069a286c4fe6fe4 # Parent 5153f6fd478e4d8dc0c1fd730f0bb4900506ed5d [pkg] Depends on yams < 0.43 diff -r 5153f6fd478e -r ee57b07553f6 __pkginfo__.py --- 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': '', diff -r 5153f6fd478e -r ee57b07553f6 cubicweb.spec --- 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 diff -r 5153f6fd478e -r ee57b07553f6 debian/control --- 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