changeset d7d6aa1f4a5d in trytond:6.4
details: https://hg.tryton.org/trytond?cmd=changeset&node=d7d6aa1f4a5d
description:
        Requires python-sql >= 1.3 to use queries in conditionals

        Since issue7177 this features is needed to set the path.

        issue11671
        review441361003
        (grafted from 2f01695e906ae034bd1c34fb4217fd1d83247e31)
diffstat:

 setup.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 43b053576109 -r d7d6aa1f4a5d setup.py
--- a/setup.py  Tue Sep 06 23:15:59 2022 +0200
+++ b/setup.py  Thu Sep 01 22:10:10 2022 +0200
@@ -157,7 +157,7 @@
         'Genshi',
         'python-dateutil',
         'polib',
-        'python-sql >= 0.5',
+        'python-sql >= 1.3',
         'werkzeug',
         'wrapt',
         'passlib >= 1.7.0',

Reply via email to