mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
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 <njoseph@riseup.net> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
c714833d7e
commit
15f6fb1f61
@ -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 = '''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user