New issue by lvanengelen on void-packages repository https://github.com/void-linux/void-packages/issues/18686 Description: ### System * xuname: Void 5.4.16_1 x86_64 GenuineIntel uptodate rrrdFFFF * package: mopidy-3.0.1_1 ### Expected behavior Mopidy should startup normally ### Actual behavior It crashes because of a missing dependency on `python3-uritools` and a dependency on `gst1-python` which should be `gst1-python3` because Mopidy is on Python 3 now. ### Steps to reproduce the behavior - Install mopidy: `xbps-install mopidy` - Run it: `mopidy config` - You should see it crashing now.