beets: make the autobpm plugin depend on librosa

This commit is contained in:
Luca Tagliavini 2024-09-06 22:14:46 +02:00 committed by Doron Behar
parent 4d3dc2d098
commit de18194d1e

View File

@ -128,6 +128,11 @@
testPaths = [ ];
};
autobpm = {
propagatedBuildInputs = with python3Packages; [
librosa
# An optional dependency of librosa, needed for beets' autobpm
resampy
];
testPaths = [ ];
};
listenbrainz = {