Gajim requires python-nbxmpp-0.5.1
This commit is contained in:
parent
9b3e2e03c9
commit
d124d44f52
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue