New comment by sug0 on void-packages repository https://github.com/void-linux/void-packages/pull/34801#issuecomment-1003628783 Comment: Builds fine without `cmake` and `git`. Removed those. Also fixed up the `distfiles`. > I think we can also remove python3-youtube-dl and python3-dbus from depends. I tested the package without `python3-dbus` and it seems to be working fine. There is no actual code using dbus I think. This is the output of `rg dbus` in the lollypop source tree: ``` search-provider/meson.build 1:service_dir = join_paths(get_option('datadir'), 'dbus-1', 'services') search-provider/lollypop-sp.in 116: 'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'> lollypop/mpris.py 84: "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> ``` So, `python3-dbus` is gone as well. On the other hand, we still require `youtube-dl`. It's used as a dependency.