Restrict yams version
authorChristophe de Vienne <christophe@unlish.com>
Wed, 19 Nov 2014 11:59:08 +0100
changeset 10031 bea3f6595fb4
parent 10030 e19c322ede4b
child 10032 fd1dafb0ab10
Restrict yams version CW 3.19 is not compatible with yams >= 0.40
__pkginfo__.py
--- a/__pkginfo__.py	Mon Oct 20 12:50:04 2014 +0200
+++ b/__pkginfo__.py	Wed Nov 19 11:59:08 2014 +0100
@@ -42,7 +42,7 @@
     'logilab-common': '>= 0.62.0',
     'logilab-mtconverter': '>= 0.8.0',
     'rql': '>= 0.31.2',
-    'yams': '>= 0.39.1',
+    'yams': '>= 0.39.1, < 0.39.99',  # CW 3.19 is not compatible with yams 0.40
     #gettext                    # for xgettext, msgcat, etc...
     # web dependencies
     'lxml': '',