--- a/ChangeLog Thu Sep 09 08:37:34 2010 +0200
+++ b/ChangeLog Thu Sep 09 08:39:10 2010 +0200
@@ -3,7 +3,10 @@
--
* enhance bad rql query detection with ordered distinct (can't use distinct
- if an attribute is selected and we order on another attribute)
+ if an attribute is selected and we sort on another attribute)
+
+ * add constraint package to dependencies so we've fallback opportunity if
+ gecode is not installed
2010-08-02 -- 0.26.5
* fix solutions computation crash with some query using sub-queries (closes #37423)
--- a/__pkginfo__.py Thu Sep 09 08:37:34 2010 +0200
+++ b/__pkginfo__.py Thu Sep 09 08:39:10 2010 +0200
@@ -83,6 +83,7 @@
'logilab-common >= 0.47.0',
'logilab-database',
'yapps2 >= 2.1.1',
+ 'constraint', # fallback if the gecode compiled module is missing
]
# links to download yapps2 package that is not (yet) registered in pypi