mopidy-iris: add tornado to dependencies

This commit is contained in:
Yegor Timoshenko
2018-04-16 20:44:21 +00:00
parent 1f230af96f
commit 463a2284ce

View File

@@ -17,8 +17,11 @@ pythonPackages.buildPythonApplication rec {
pylast
spotipy
raven
tornado
]);
postPatch = "sed -i /tornado/d setup.py";
# no tests implemented
doCheck = false;