beets: make the autobpm plugin depend on librosa (#340185)

This commit is contained in:
Doron Behar 2024-09-16 11:38:46 +03:00 committed by GitHub
commit 823e0674ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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