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.
This commit is contained in:
parent
248199863c
commit
1b1e9b51f4
@ -60,7 +60,7 @@
|
|||||||
("python-psycopg2" ,python-psycopg2)
|
("python-psycopg2" ,python-psycopg2)
|
||||||
("python-relatorio" ,python-relatorio)
|
("python-relatorio" ,python-relatorio)
|
||||||
("python-sql" ,python-sql)
|
("python-sql" ,python-sql)
|
||||||
("python-werkzeug" ,python-werkzeug)
|
("python-werkzeug" ,python-werkzeug-1.0) ;setup.py requires werkzeug<2
|
||||||
("python-wrapt" ,python-wrapt)))
|
("python-wrapt" ,python-wrapt)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-mock" ,python-mock)
|
`(("python-mock" ,python-mock)
|
||||||
@ -183,7 +183,7 @@ the build system."
|
|||||||
("python-proteus" ,python-proteus)
|
("python-proteus" ,python-proteus)
|
||||||
("python-relatorio" ,python-relatorio)
|
("python-relatorio" ,python-relatorio)
|
||||||
("python-sql" ,python-sql)
|
("python-sql" ,python-sql)
|
||||||
("python-werkzeug" ,python-werkzeug)
|
("python-werkzeug" ,python-werkzeug-1.0)
|
||||||
("python-wrapt" ,python-wrapt)))
|
("python-wrapt" ,python-wrapt)))
|
||||||
|
|
||||||
(define-public trytond-account
|
(define-public trytond-account
|
||||||
|
Loading…
x
Reference in New Issue
Block a user