4fae962422
- version 5.0.19 revert_werkzeug_setup.patch added to remove dependency on werkzeug < 1.0 OBS-URL: https://build.opensuse.org/request/show/783274 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=85
13 lines
226 B
Diff
13 lines
226 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -108,7 +108,7 @@
|
|
'python-dateutil',
|
|
'polib',
|
|
'python-sql >= 0.5',
|
|
- 'werkzeug < 1.0',
|
|
+ 'werkzeug',
|
|
'wrapt',
|
|
'passlib',
|
|
],
|
|
|