Skip to content
Snippets Groups Projects
Commit 9de76990 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

Merge branch 'fix-setup.py' into 'master'

Remove bogus dbus-python dependency from setup.py.

See merge request gajim/gajim!189
parents b3a805c5 59d58ed8
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment