Skip to content
Snippets Groups Projects
Commit 54851d9e authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

Gajim requires python-nbxmpp-0.5.1

parent fe3619cd
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ if os.name == 'nt': ...@@ -69,7 +69,7 @@ if os.name == 'nt':
pass pass
HAS_NBXMPP=True HAS_NBXMPP=True
MIN_NBXMPP_VER = "0.5" MIN_NBXMPP_VER = "0.5.1"
try: try:
import nbxmpp import nbxmpp
except ImportError: except ImportError:
......
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