From 15f6fb1f6126dc75c4f4174d6f4f74f20e5229d9 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Thu, 4 Feb 2021 23:09:20 +0530 Subject: [PATCH] matrix-synapse: python3-psycopg2 from backports matrix-synapse 1.26 fails to start on FreedomBox stable if it doesn't find the right version of python3-psycopg2. Version 2.8 of this library is currently not available in Debian stable and has to be installed from the buster-backports repository. Tested the upgrade on a FreedomBox stable virtual machine. Signed-off-by: Joseph Nuthalapati Reviewed-by: Sunil Mohan Adapa --- actions/upgrades | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/actions/upgrades b/actions/upgrades index 74fd404fa..e6d135dd7 100755 --- a/actions/upgrades +++ b/actions/upgrades @@ -77,6 +77,11 @@ Explanation: matrix-synapse >= 1.19 requires python3-canonicaljson >= 1.2.0 Package: python3-canonicaljson Pin: release a=buster-backports Pin-Priority: 500 + +Explanation: matrix-synapse >= 1.26 recommends python3-psycopg2 >= 2.8 +Package: python3-psycopg2 +Pin: release a=buster-backports +Pin-Priority: 500 ''' DIST_UPGRADE_SERVICE = '''