mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix pipupgrade
This commit is contained in:
parent
4dc7d88f06
commit
8caa135d57
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ then
|
||||||
# Actually there are no official way to upgrade all package
|
# Actually there are no official way to upgrade all package
|
||||||
# This problem is documented here : https://github.com/pypa/pip/issues/4551
|
# This problem is documented here : https://github.com/pypa/pip/issues/4551
|
||||||
# One best way is actually to use pipupgrade
|
# One best way is actually to use pipupgrade
|
||||||
pipupgrade --yes --pip-path /tmp/matrix-synapse/bin/pip
|
pipupgrade --yes --pip-path $final_path/bin/pip
|
||||||
|
|
||||||
pip3 install --upgrade matrix-synapse==$upstream_version matrix-synapse-ldap3
|
pip3 install --upgrade matrix-synapse==$upstream_version matrix-synapse-ldap3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue