Gajim requires python-nbxmpp-0.5.1
This commit is contained in:
parent
9b3e2e03c9
commit
d124d44f52
|
@ -69,7 +69,7 @@ if os.name == 'nt':
|
|||
pass
|
||||
|
||||
HAS_NBXMPP=True
|
||||
MIN_NBXMPP_VER = "0.5"
|
||||
MIN_NBXMPP_VER = "0.5.1"
|
||||
try:
|
||||
import nbxmpp
|
||||
except ImportError:
|
||||
|
|
Loading…
Reference in New Issue