python3Packages.beets: fix plugin dependencies

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

Assisted-by: Codex (GPT-5)
(cherry picked from commit 206650be46)
This commit is contained in:
staticdev
2026-07-16 14:22:13 +02:00
committed by github-actions[bot]
parent f9ff7e7a12
commit 636ded8bf3

View File

@@ -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 = [ mpd2 ];
mpdupdate = {
@@ -405,7 +409,7 @@ buildPythonPackage (finalAttrs: {
substitute = {
testPaths = [ ];
};
tidal = { };
tidal.propagatedBuildInputs = [ requests-oauthlib ];
the = { };
titlecase.propagatedBuildInputs = [ titlecase ];
thumbnails = {