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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user