Skip to content
Snippets Groups Projects
Commit 93af01f5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Install python3 packages on upgrade

parent ef15543a
No related branches found
No related tags found
No related merge requests found
......@@ -503,6 +503,14 @@ function upgrade_matrix {
fi
export TMPDIR=/etc/matrix/tmp
# install python3 packages
if [[ "$MATRIX_PYTHON" != '/usr/binpython' ]]; then
$INSTALL_PACKAGES python3 python3-dev \
python3-pip python3-psycopg2 python3-venv \
python3-setuptools
fi
# recreate the daemon if needed
matrix_systemd_daemon
$MATRIX_PIP install --upgrade --process-dependency-links .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment