Merge pull request #83322 from doronbehar/improve-beets-test
pythonPackages.beets: add unconditionally deps needed for checks
This commit is contained in:
commit
e2c72facec
@ -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 = [
|
||||||
@ -257,7 +264,7 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Music tagger and library organizer";
|
description = "Music tagger and library organizer";
|
||||||
homepage = http://beets.io;
|
homepage = "http://beets.io";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ aszlig domenkozar pjones ];
|
maintainers = with maintainers; [ aszlig domenkozar pjones ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user