From 609748c5e249428a9fe7616baf5e2eca1fd7c666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 26 Apr 2021 15:42:02 +0200 Subject: [PATCH] Fix cryptography dependances --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 79a4564..8e7c92f 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -55,7 +55,7 @@ install_sources() { set -$u_arg; pip3 install --upgrade setuptools wheel chown $synapse_user:root -R $final_path - sudo -u $synapse_user env PATH=$PATH pip3 install --upgrade 'cryptography>=3.3' + sudo -u $synapse_user env PATH=$PATH pip3 install --upgrade 'cryptography>=3.4.7' pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml jinja2 # Fix issue https://github.com/YunoHost-Apps/synapse_ynh/issues/248 pip3 install --upgrade 'Twisted>=21' 'treq>=21.1.0' matrix-synapse==$upstream_version matrix-synapse-ldap3