From 07df88fb2ab956e8b3e62de56fa305210504dcd8 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Tue, 21 Jul 2020 16:15:51 +0200 Subject: [PATCH] Update to upstream 4.1.4 The werkzeug workaround is no longer needed. --- manifest.json | 2 +- scripts/_common.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index f4f32e0..8a4c9e1 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "fr": "Une application web de comptes partagés à plusieurs" }, "url": "http://ihatemoney.org/", - "version": "4.1.3~ynh2", + "version": "4.1.4~ynh2", "license": "free", "maintainer": { "name": "Jocelyn Delalande", diff --git a/scripts/_common.sh b/scripts/_common.sh index ba74640..5395b8b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -41,12 +41,10 @@ init_virtualenv () { } pip_install () { - # Werkzeug stuff is workaround https://github.com/spiral-project/ihatemoney/issues/540 sudo /opt/yunohost/ihatemoney/venv/bin/pip install --upgrade \ 'gunicorn>=19.3.0' \ 'PyMySQL>=0.9,<0.10' \ 'ihatemoney>=4,<5' \ - 'Werkzeug==0.16' \ }