changeset cd38ae2ae200 in trytond:6.2
details: https://hg.tryton.org/trytond?cmd=changeset&node=cd38ae2ae200
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 df38808b37cf -r cd38ae2ae200 setup.py
--- a/setup.py  Wed Aug 17 23:29:14 2022 +0200
+++ b/setup.py  Thu Sep 01 22:10:10 2022 +0200
@@ -162,7 +162,7 @@
         'Genshi',
         'python-dateutil',
         'polib',
-        'python-sql >= 0.5',
+        'python-sql >= 1.3',
         'werkzeug',
         'wrapt',
         'passlib >= 1.7.0',

Reply via email to