mopidy-iris: add tornado to dependencies
This commit is contained in:
parent
1f230af96f
commit
463a2284ce
@ -17,8 +17,11 @@ pythonPackages.buildPythonApplication rec {
|
||||
pylast
|
||||
spotipy
|
||||
raven
|
||||
tornado
|
||||
]);
|
||||
|
||||
postPatch = "sed -i /tornado/d setup.py";
|
||||
|
||||
# no tests implemented
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user