beets: make the autobpm plugin depend on librosa (#340185)
This commit is contained in:
commit
823e0674ab
@ -128,6 +128,11 @@
|
||||
testPaths = [ ];
|
||||
};
|
||||
autobpm = {
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
librosa
|
||||
# An optional dependency of librosa, needed for beets' autobpm
|
||||
resampy
|
||||
];
|
||||
testPaths = [ ];
|
||||
};
|
||||
listenbrainz = {
|
||||
|
Loading…
Reference in New Issue
Block a user