Depend on nbxmpp 0.6.5

This commit is contained in:
Philipp Hörist 2018-04-30 16:57:19 +02:00
parent ced22139ec
commit 9aea8eea38
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ from distutils.version import LooseVersion as V
# Install _() in namespace
from gajim.common import i18n
_MIN_NBXMPP_VER = "0.6.4"
_MIN_NBXMPP_VER = "0.6.5"
_MIN_GTK_VER = "3.22.0"

View File

@ -343,7 +343,7 @@
{
"type": "git",
"url": "https://dev.gajim.org/gajim/python-nbxmpp.git",
"branch": "nbxmpp-0.6.4"
"branch": "nbxmpp-0.6.5"
}
]
},

View File

@ -285,7 +285,7 @@ setup(
package_data={'gajim': package_data},
data_files=data_files,
install_requires=[
'nbxmpp>=0.6.4',
'nbxmpp>=0.6.5',
'pyOpenSSL>=0.12',
'pyasn1',
],