diff --git a/setup.py b/setup.py index 9e0a9d666..c4ffb575c 100755 --- a/setup.py +++ b/setup.py @@ -271,6 +271,7 @@ setup( install_requires=[ 'dbus-python;sys_platform=="linux"', 'nbxmpp', - 'pyOpenSSL' + 'pyOpenSSL', + 'pyasn1', ], )