mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
matrixsynapse: Allow new dependency to be installed from backports
Closes: #2230. - matrix-synapse >= 1.59.1-1 requires python3-unpaddedbase64 >= 2.1.0~ Tests: - On a stable container, 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 two new entries. After this, matrix-synapse app is installable. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
223b1c9417
commit
a55e63b7f4
@ -68,6 +68,12 @@ Explanation: python3-markupsafe >= 2.0
|
||||
Package: python3-markupsafe
|
||||
Pin: release a=bullseye-backports
|
||||
Pin-Priority: 500
|
||||
|
||||
Explanation: matrix-synapse >= 1.59.1-1 requires
|
||||
Explanation: python3-unpaddedbase64 >= 2.1.0~
|
||||
Package: python3-unpaddedbase64
|
||||
Pin: release a=bullseye-backports
|
||||
Pin-Priority: 500
|
||||
'''
|
||||
|
||||
DIST_UPGRADE_OBSOLETE_PACKAGES: List[str] = []
|
||||
|
||||
@ -62,7 +62,7 @@ class UpgradesApp(app_module.App):
|
||||
|
||||
app_id = 'upgrades'
|
||||
|
||||
_version = 13
|
||||
_version = 14
|
||||
|
||||
can_be_disabled = False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user