guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: trytond: Build against python-werkzeug 1.0.


From: guix-commits
Subject: 02/04: gnu: trytond: Build against python-werkzeug 1.0.
Date: Sun, 21 Nov 2021 17:04:17 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 1b1e9b51f4ea2d691decb438df1c9faf64ef1ac2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Nov 21 22:25:30 2021 +0100

    gnu: trytond: Build against python-werkzeug 1.0.
    
    * gnu/packages/tryton.scm (trytond)[propagated-inputs]: Replace
    PYTHON-WERKZEUG by PYTHON-WERKZEUG-1.0.
    * gnu/packages/tryton.scm (%standard-trytond-native-inputs): Likewise.
---
 gnu/packages/tryton.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index c1275ed..5afd49a 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -60,7 +60,7 @@
        ("python-psycopg2" ,python-psycopg2)
        ("python-relatorio" ,python-relatorio)
        ("python-sql" ,python-sql)
-       ("python-werkzeug" ,python-werkzeug)
+       ("python-werkzeug" ,python-werkzeug-1.0)  ;setup.py requires werkzeug<2
        ("python-wrapt" ,python-wrapt)))
     (native-inputs
      `(("python-mock" ,python-mock)
@@ -183,7 +183,7 @@ the build system."
     ("python-proteus" ,python-proteus)
     ("python-relatorio" ,python-relatorio)
     ("python-sql" ,python-sql)
-    ("python-werkzeug" ,python-werkzeug)
+    ("python-werkzeug" ,python-werkzeug-1.0)
     ("python-wrapt" ,python-wrapt)))
 
 (define-public trytond-account



reply via email to

[Prev in Thread] Current Thread [Next in Thread]