pythonPackages.beets: add unconditionally deps needed for checks
This commit is contained in:
parent
4e6bf03504
commit
befbb792b9
@ -172,6 +172,13 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
nose
|
nose
|
||||||
rarfile
|
rarfile
|
||||||
responses
|
responses
|
||||||
|
# Although considered as plugin dependencies, they are needed for the
|
||||||
|
# tests, for disabling them via an override makes the build fail. see:
|
||||||
|
# https://github.com/beetbox/beets/blob/v1.4.9/setup.py
|
||||||
|
pylast
|
||||||
|
mpd2
|
||||||
|
discogs_client
|
||||||
|
pyxdg
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user