From 7540e33b34952bad0e7e3b1aa55f46c217d975ff Mon Sep 17 00:00:00 2001 From: jdholtz Date: Sun, 1 Sep 2024 17:48:30 -0700 Subject: [PATCH] playerctl: Add python-gobject dependency This is a dependency of the module and doesn't come with py3status by default. --- py3status/modules/playerctl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py3status/modules/playerctl.py b/py3status/modules/playerctl.py index 605317a884..987b76e76b 100644 --- a/py3status/modules/playerctl.py +++ b/py3status/modules/playerctl.py @@ -53,6 +53,7 @@ Requires: playerctl: mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others. + python-gobject: Python Bindings for GLib/GObject/GIO/GTK+ @author jdholtz