python3Packages.beets: fix plugin dependencies

Add the runtime dependencies required by the metasync and tidal plugins.

Assisted-by: Codex (GPT-5)
This commit is contained in:
staticdev
2026-07-16 17:44:33 +03:00
committed by Doron Behar
parent bfbb7882ca
commit 206650be46
@@ -59,6 +59,7 @@
aacgain,
beautifulsoup4,
chromaprint,
dbus-python,
discogs-client,
ffmpeg,
flac,
@@ -363,7 +364,10 @@ buildPythonPackage (finalAttrs: {
mbsubmit = { };
mbsync = { };
mbpseudo = { };
metasync.testPaths = [ ];
metasync = {
propagatedBuildInputs = [ dbus-python ];
testPaths = [ ];
};
missing.testPaths = [ ];
mpdstats.propagatedBuildInputs = [ python-mpd2 ];
mpdupdate = {
@@ -405,7 +409,7 @@ buildPythonPackage (finalAttrs: {
substitute = {
testPaths = [ ];
};
tidal = { };
tidal.propagatedBuildInputs = [ requests-oauthlib ];
the = { };
titlecase.propagatedBuildInputs = [ titlecase ];
thumbnails = {