Remove bogus dbus-python dependency from setup.py.

This commit is contained in:
Emmanuel Gil Peyrot 2018-01-16 20:14:35 +01:00
parent b3a805c58a
commit 59d58ed89a
1 changed files with 0 additions and 1 deletions

View File

@ -274,7 +274,6 @@ setup(
package_data={'gajim': package_data},
data_files=data_files,
install_requires=[
'dbus-python;sys_platform=="linux"',
'nbxmpp>=0.6.1',
'pyOpenSSL>=0.12',
'pyasn1',