FeaturesDialog: Replace python-dbus for avahi
This commit is contained in:
parent
16bbe31df6
commit
139156ba5e
|
@ -108,7 +108,7 @@ class FeaturesDialog(Gtk.Dialog):
|
|||
app.is_installed('ZEROCONF'),
|
||||
_('Enables Gajim to automatically detected clients in a '
|
||||
'local network for serverless chats'),
|
||||
_('Requires: python-dbus'),
|
||||
_('Requires: gir1.2-avahi-0.6'),
|
||||
_('Requires: pybonjour and bonjour SDK running (%(url)s)')
|
||||
% {'url': 'https://developer.apple.com/opensource/)'},
|
||||
None),
|
||||
|
|
Loading…
Reference in New Issue