mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
added missing dependency
This commit is contained in:
parent
05b3cc9bbc
commit
d1a6f3d66e
@ -58,6 +58,7 @@ Dependencies:
|
|||||||
Python modules:
|
Python modules:
|
||||||
- mpd (python-mpd2 >=1.1)
|
- mpd (python-mpd2 >=1.1)
|
||||||
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib)
|
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib)
|
||||||
|
- cairo (pycairo)
|
||||||
|
|
||||||
Run:
|
Run:
|
||||||
```bash
|
```bash
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
python-mpd2 >=1.1
|
python-mpd2 >=1.1
|
||||||
PyGObject
|
PyGObject
|
||||||
|
pycairo
|
||||||
|
Loading…
Reference in New Issue
Block a user