Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-05-01 23:05:36 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-05-03 23:19:54 +0300
commit9b8b1839d1a5398c46925b1b299ad04177f82de7 (patch)
tree7270ec2a1698e960a500010b63405bd66d74bb9b /debian
parentf8ba3f06ec9d4b695403ecd0c5a0f5fc48d888c2 (diff)
refactor: Adapt to omemo-dr changes
- Rename method and variables to snake case - Let omemo-dr generate the keys - Add needs_init() - Fix return types for some storage methods - Remove obsolete database methods
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d27066e1f..c5cec30c3 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
python3-gi,
python3-gi-cairo,
python3-nbxmpp-nightly (>=20230405),
- python3-omemo-dr (>=20230407),
+ python3-omemo-dr (>=20230503),
python3-setuptools,
python3-packaging,
python3-cryptography (>=3.4.8),
@@ -36,7 +36,7 @@ Depends:
python3-gi (>= 3.42.0),
python3-gi-cairo (>= 1.14.0~),
python3-nbxmpp-nightly (>=20230405),
- python3-omemo-dr (>=20230407),
+ python3-omemo-dr (>=20230503),
gir1.2-pango-1.0 (>= 1.50.0),
gir1.2-gtk-3.0 (>= 3.24.30),
gir1.2-gtksource-4,