mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
matrixsynapse: Allow matrix-synapse >= 1.65 to install successfully
Closes: #2263 - matrix-synapse >= 1.65.0-1 requires python3-canonicaljson >= 1.6.2~ Tests: - On a stable Vagrant Box, matrixsynapse app is not installable. - With the changes, start FreedomBox service, setup will run on the upgrades module and /etc/apt/preferences.d/51freedombox-apps.conf will be changed to include the new entry. After this, matrix-synapse app is installable. Signed-off-by: nbenedek <contact@nbenedek.me> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
8195af2648
commit
d1379530db
@ -74,6 +74,12 @@ Explanation: python3-unpaddedbase64 >= 2.1.0~
|
||||
Package: python3-unpaddedbase64
|
||||
Pin: release a=bullseye-backports
|
||||
Pin-Priority: 500
|
||||
|
||||
Explanation: matrix-synapse >= 1.65.0-1 requires
|
||||
Explanation: python3-canonicaljson >= 1.6.2~
|
||||
Package: python3-canonicaljson
|
||||
Pin: release a=bullseye-backports
|
||||
Pin-Priority: 500
|
||||
'''
|
||||
|
||||
DIST_UPGRADE_OBSOLETE_PACKAGES: List[str] = []
|
||||
|
||||
@ -60,7 +60,7 @@ class UpgradesApp(app_module.App):
|
||||
|
||||
app_id = 'upgrades'
|
||||
|
||||
_version = 14
|
||||
_version = 15
|
||||
|
||||
can_be_disabled = False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user