Skip to content
Snippets Groups Projects
Commit acf179da authored by Philipp Hörist's avatar Philipp Hörist
Browse files

change: Raise required nbxmpp version to 3.1.1

parent 0fcef58d
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Build-Depends:
python3-css-parser,
python3-gi,
python3-gi-cairo,
python3-nbxmpp-nightly (>=20220501),
python3-nbxmpp-nightly (>=20220727),
python3-setuptools,
python3-pil,
gir1.2-gtk-3.0,
......@@ -32,7 +32,7 @@ Depends:
python3-gi (>= 3.32.0),
python3-gi-cairo (>= 1.14.0~),
python3-idna,
python3-nbxmpp-nightly (>=20220501),
python3-nbxmpp-nightly (>=20220727),
python3-openssl (>= 0.19),
python3-precis-i18n,
python3-keyring,
......
......@@ -30,7 +30,7 @@
from gajim.common import i18n
_MIN_NBXMPP_VER = '3.0.0'
_MIN_NBXMPP_VER = '3.1.1'
_MIN_GTK_VER = '3.22.27'
_MIN_CAIRO_VER = '1.16.0'
_MIN_PYGOBJECT_VER = '3.32.0'
......
......@@ -40,7 +40,7 @@ test_suite = test
install_requires =
css-parser
keyring
nbxmpp>=3.0.0,<4.0.0
nbxmpp>=3.1.1,<4.0.0
packaging
pillow
precis-i18n>=1.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment