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:
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rw-r--r--debian/patches/remove-nbxmpp-from-deps.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index fe821d69d..be46dfeb2 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
python3-css-parser,
python3-gi,
python3-gi-cairo,
- python3-nbxmpp-nightly (>=20230123),
+ python3-nbxmpp-nightly (>=20230206),
python3-setuptools,
python3-packaging,
python3-cryptography (>=3.4.8),
diff --git a/debian/patches/remove-nbxmpp-from-deps.patch b/debian/patches/remove-nbxmpp-from-deps.patch
index 3721db1d3..fc602026f 100644
--- a/debian/patches/remove-nbxmpp-from-deps.patch
+++ b/debian/patches/remove-nbxmpp-from-deps.patch
@@ -16,7 +16,7 @@ index 93c4acbe6..52544a89d 100644
dependencies = [
"css-parser",
"keyring",
-- "nbxmpp>=4.0.1,<5.0.0",
+- "nbxmpp>=4.2.0,<5.0.0",
"packaging",
"pillow",
"precis-i18n>=1.0.0",