From 33f6dc3efbd834e2d5ec9cf0cc67119593697a30 Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 30 Mar 2021 13:11:08 +0200 Subject: [PATCH] Force version for Twisted (fixes #246) --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 420e454..4ff8a81 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -51,7 +51,7 @@ install_sources() { chown $synapse_user:root -R $final_path sudo -u $synapse_user env PATH=$PATH pip3 install --upgrade 'cryptography>=3.3' pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml jinja2 - pip3 install --upgrade 'Twisted>=20.3.0' matrix-synapse==$upstream_version matrix-synapse-ldap3 + pip3 install --upgrade 'Twisted==20.3.0' matrix-synapse==$upstream_version matrix-synapse-ldap3 # This function was defined when we called "source $final_path/bin/activate". With this function we undo what "$final_path/bin/activate" does set +u;