we now require python-nbxmpp 0.3.3
This commit is contained in:
parent
d0b0f6992a
commit
f1ce924a92
|
@ -70,11 +70,11 @@ except ImportError:
|
|||
|
||||
try:
|
||||
from distutils.version import LooseVersion as V
|
||||
if V(nbxmpp.__version__) < V("0.3.1"):
|
||||
print('Gajim needs python-nbxmpp > 0.3.1 to run. Quiting...')
|
||||
if V(nbxmpp.__version__) < V("0.3.3"):
|
||||
print('Gajim needs python-nbxmpp > 0.3.3 to run. Quiting...')
|
||||
sys.exit()
|
||||
except:
|
||||
print('Gajim needs python-nbxmpp > 0.3.1 to run. Quiting...')
|
||||
print('Gajim needs python-nbxmpp > 0.3.3 to run. Quiting...')
|
||||
sys.exit()
|
||||
|
||||
#from common import demandimport
|
||||
|
|
Loading…
Reference in New Issue