Remove obsolete PyBluez dependency (bug 932)

The menu "additional components" lists a missing module "bluetooth".
This is only resolved after installing pybluez, however, according to
the documentation, only bluetooth-sendto is needed, no special python
module.
This commit is contained in:
Götz Waschk 2010-03-14 21:56:50 +01:00 committed by Thomas Perl
parent 67693b0b96
commit b89412f4fb
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,6 @@ dependency_manager = DependencyManager()
# Register non-module-specific dependencies here
dependency_manager.depend_on(_('Bluetooth file transfer'), _('Send podcast episodes to Bluetooth devices. Needs the bluetooth-sendto command from gnome-bluetooth.'), ['bluetooth'], ['bluetooth-sendto'])
dependency_manager.depend_on(_('Bluetooth file transfer'), _('Send podcast episodes to Bluetooth devices. Needs the bluetooth-sendto command from gnome-bluetooth.'), [], ['bluetooth-sendto'])
dependency_manager.depend_on(_('HTML episode shownotes'), _('Display episode shownotes in HTML format using GTKHTML2.'), ['gtkhtml2'], [])