mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix issue with jinja2 dependency
This commit is contained in:
parent
398d97b3b7
commit
f8ffb736d2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ install_sources() {
|
||||||
pip3 install --upgrade setuptools wheel pip
|
pip3 install --upgrade setuptools wheel pip
|
||||||
chown $synapse_user:root -R $final_path
|
chown $synapse_user:root -R $final_path
|
||||||
sudo -u $synapse_user env PATH=$PATH pip3 install --upgrade 'cryptography>=3.4.7'
|
sudo -u $synapse_user env PATH=$PATH pip3 install --upgrade 'cryptography>=3.4.7'
|
||||||
pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml jinja2
|
pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml 'jinja2==3.0.3'
|
||||||
# Fix issue https://github.com/YunoHost-Apps/synapse_ynh/issues/248
|
# 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
|
pip3 install --upgrade 'Twisted>=21' 'treq>=21.1.0' matrix-synapse==$upstream_version matrix-synapse-ldap3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue