mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
upgrades: Use python3-typing-extensions from bullseye-backports
Fixes #2207. Tests: - /etc/apt/preferences.d/51freedombox-apps.pref has expected content. - Matrix Synapse can be installed, functional tests pass. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
2b37ee1ad6
commit
d21e33268d
@ -50,6 +50,11 @@ Explanation: matrix-synapse >= 1.47.0-2 requires python3-frozendict >= 1.2-3
|
|||||||
Package: python3-frozendict
|
Package: python3-frozendict
|
||||||
Pin: release a=bullseye-backports
|
Pin: release a=bullseye-backports
|
||||||
Pin-Priority: 500
|
Pin-Priority: 500
|
||||||
|
|
||||||
|
Explanation: matrix-synapse >= 1.55.0-1 requires python3-typing-extensions >= 3.10
|
||||||
|
Package: python3-typing-extensions
|
||||||
|
Pin: release a=bullseye-backports
|
||||||
|
Pin-Priority: 500
|
||||||
'''
|
'''
|
||||||
|
|
||||||
DIST_UPGRADE_OBSOLETE_PACKAGES: List[str] = []
|
DIST_UPGRADE_OBSOLETE_PACKAGES: List[str] = []
|
||||||
|
|||||||
@ -62,7 +62,7 @@ class UpgradesApp(app_module.App):
|
|||||||
|
|
||||||
app_id = 'upgrades'
|
app_id = 'upgrades'
|
||||||
|
|
||||||
_version = 11
|
_version = 12
|
||||||
|
|
||||||
can_be_disabled = False
|
can_be_disabled = False
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user