Gajim requires python-nbxmpp-0.5.1

This commit is contained in:
Yann Leboulanger 2014-10-04 22:27:55 +02:00
parent 9b3e2e03c9
commit d124d44f52
1 changed files with 1 additions and 1 deletions

View File

@ -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: