mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
upgrades: Allow installation of python3-twisted from backports
- matrix-synapse >= 1.12 requires python3-twisted >= 18.9.0-8~. - python3-twisted requires matching version of python3-twisted-bin. - Increment upgrades module version. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
d26e87661b
commit
6d1c637c1d
@ -47,6 +47,16 @@ Explanation: matrix-synapse >= 1.11 requires python3-signedjson >= 1.1.0
|
|||||||
Package: python3-signedjson
|
Package: python3-signedjson
|
||||||
Pin: release a=buster-backports
|
Pin: release a=buster-backports
|
||||||
Pin-Priority: 500
|
Pin-Priority: 500
|
||||||
|
|
||||||
|
Explanation: matrix-synapse >= 1.12 requires python3-twisted >= 18.9.0-8~
|
||||||
|
Package: python3-twisted
|
||||||
|
Pin: release a=buster-backports
|
||||||
|
Pin-Priority: 500
|
||||||
|
|
||||||
|
Explanation: python3-twisted requires matching version of python3-twisted-bin
|
||||||
|
Package: python3-twisted-bin
|
||||||
|
Pin: release a=buster-backports
|
||||||
|
Pin-Priority: 500
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ from plinth import cfg, glib, menu
|
|||||||
|
|
||||||
from .manifest import backup # noqa, pylint: disable=unused-import
|
from .manifest import backup # noqa, pylint: disable=unused-import
|
||||||
|
|
||||||
version = 2
|
version = 3
|
||||||
|
|
||||||
is_essential = True
|
is_essential = True
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user