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-02-05 19:41:18 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-02-05 19:44:54 +0300
commit6aa2a6d44ff92476199471a5f51a0a442e1f0e49 (patch)
tree874bcdc9909755aeb7cc1929044364738215461f /debian
parent3c2c6448f50ea32cb854f2be393037c5c99be787 (diff)
change: Raise nbxmpp version to 4.2.0
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",