Raise nbxmpp version
This commit is contained in:
parent
ad5a8fd390
commit
f29bf4568a
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
- python3-gi
|
- python3-gi
|
||||||
- python3-gi-cairo
|
- python3-gi-cairo
|
||||||
- gir1.2-gtk-3.0 (>=3.22)
|
- gir1.2-gtk-3.0 (>=3.22)
|
||||||
- python3-nbxmpp
|
- python3-nbxmpp (>=0.6.9,<0.7.0)
|
||||||
- python3-openssl (>=0.14)
|
- python3-openssl (>=0.14)
|
||||||
- python3-cssutils (>=1.0.2)
|
- python3-cssutils (>=1.0.2)
|
||||||
- python3-keyring
|
- python3-keyring
|
||||||
|
|
|
@ -27,7 +27,7 @@ from distutils.version import LooseVersion as V
|
||||||
# Install _() in namespace
|
# Install _() in namespace
|
||||||
from gajim.common import i18n
|
from gajim.common import i18n
|
||||||
|
|
||||||
_MIN_NBXMPP_VER = "0.6.8"
|
_MIN_NBXMPP_VER = "0.6.9"
|
||||||
_MIN_GTK_VER = "3.22.0"
|
_MIN_GTK_VER = "3.22.0"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ test_suite = test
|
||||||
install_requires =
|
install_requires =
|
||||||
cssutils>=1.0.2
|
cssutils>=1.0.2
|
||||||
keyring
|
keyring
|
||||||
nbxmpp>=0.6.8,<0.7.0
|
nbxmpp>=0.6.9,<0.7.0
|
||||||
precis-i18n>=1.0.0
|
precis-i18n>=1.0.0
|
||||||
pyOpenSSL>=0.12
|
pyOpenSSL>=0.12
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue