pythonPackages.beets: add unconditionally deps needed for checks
This commit is contained in:
parent
4e6bf03504
commit
befbb792b9
1 changed files with 7 additions and 0 deletions
|
@ -172,6 +172,13 @@ in pythonPackages.buildPythonApplication rec {
|
|||
nose
|
||||
rarfile
|
||||
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 = [
|
||||
|
|
Loading…
Reference in a new issue