From 5f6c3c27d88e14b65eaaba40801f82edbb0e31cb Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 13 Nov 2024 21:41:06 +0200 Subject: [PATCH] Fix site-packages path for Synapse v1.119.0 Related to: - https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3768 - https://github.com/element-hq/synapse/pull/17887 --- roles/custom/matrix-synapse/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-synapse/defaults/main.yml b/roles/custom/matrix-synapse/defaults/main.yml index 3a03778ad..dc8705721 100644 --- a/roles/custom/matrix-synapse/defaults/main.yml +++ b/roles/custom/matrix-synapse/defaults/main.yml @@ -335,7 +335,7 @@ matrix_synapse_goofys_systemd_required_services_list_custom: [] # This can be set to 0 to remove the delay. matrix_synapse_systemd_service_post_start_delay_seconds: 10 -matrix_synapse_in_container_python_packages_path: "/usr/local/lib/python3.11/site-packages" +matrix_synapse_in_container_python_packages_path: "/usr/local/lib/python3.12/site-packages" # Specifies which template files to use when configuring Synapse. # If you'd like to have your own different configuration, feel free to copy and paste