From 59a36cfa1e98b9de9a427efef9b36b04eafd7aeb Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 7 Apr 2021 13:27:05 +0200 Subject: [PATCH] Fix version specifier for Twisted So it doesn't install version 21+ --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f760389..06c1c59 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -56,7 +56,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<21' matrix-synapse==$upstream_version matrix-synapse-ldap3 + pip3 install --upgrade 'Twisted>=20.3.0,<21' 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;