Remove bogus dbus-python dependency from setup.py.
This commit is contained in:
parent
b3a805c58a
commit
59d58ed89a
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -274,7 +274,6 @@ setup(
|
||||||
package_data={'gajim': package_data},
|
package_data={'gajim': package_data},
|
||||||
data_files=data_files,
|
data_files=data_files,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'dbus-python;sys_platform=="linux"',
|
|
||||||
'nbxmpp>=0.6.1',
|
'nbxmpp>=0.6.1',
|
||||||
'pyOpenSSL>=0.12',
|
'pyOpenSSL>=0.12',
|
||||||
'pyasn1',
|
'pyasn1',
|
||||||
|
|
Loading…
Add table
Reference in a new issue