From cd2e683154376d20d2718963ce6cbd299e08e7c9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 11 May 2011 18:46:25 +0200 Subject: [PATCH] Add libindicate dependency to docstring --- mopidy/frontends/mpris.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mopidy/frontends/mpris.py b/mopidy/frontends/mpris.py index 2bf2e08e..3ef2f4b4 100644 --- a/mopidy/frontends/mpris.py +++ b/mopidy/frontends/mpris.py @@ -30,6 +30,9 @@ class MprisFrontend(ThreadingActor, BaseFrontend): - ``dbus`` Python bindings. The package is named ``python-dbus`` in Ubuntu/Debian. + - ``libindicate`` Python bindings is needed to expose Mopidy in e.g. the + Ubuntu Sound Menu. The package is named ``python-indicate`` in + Ubuntu/Debian. """ # This thread requires :class:`mopidy.utils.process.GObjectEventThread` to be