Depend on nbxmpp 0.6.5
This commit is contained in:
parent
ced22139ec
commit
9aea8eea38
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue