mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-17 11:10:23 +00:00
Fixes: #2556 Should be merged after fix for https://bugs.debian.org/1122841 is in unstable. - This fixes issue with Matrix Synapse app not being installable from current unstable. - matrix-synapse package depends on older version of python3-typing-extensions. This causes the daemon to fail during startup when older version is installed. This was reported as https://bugs.debian.org/1122841. After this bug is fixed and a newer version of matrix-synapse is uploaded, the patch will work as expected. An alternative was to allow unattended-upgrades to upgrade python3-typing-extensions from unstable, but has to be done very carefully and with a lot of testing. Tests: - Install Matrix Synapse apps works. This request installation of the latest version python3-typing-extensions from unstable. The daemon is running properly after installation. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>