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:
James Valleroy 2022-04-10 09:59:27 -04:00 committed by Sunil Mohan Adapa
parent 2b37ee1ad6
commit d21e33268d
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
2 changed files with 6 additions and 1 deletions

View File

@ -50,6 +50,11 @@ Explanation: matrix-synapse >= 1.47.0-2 requires python3-frozendict >= 1.2-3
Package: python3-frozendict
Pin: release a=bullseye-backports
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] = []

View File

@ -62,7 +62,7 @@ class UpgradesApp(app_module.App):
app_id = 'upgrades'
_version = 11
_version = 12
can_be_disabled = False