Merge branch 'fix-setup.py' into 'master'
Remove bogus dbus-python dependency from setup.py. See merge request gajim/gajim!189
This commit is contained in:
commit
9de76990e3
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…
Reference in New Issue