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
No known key found for this signature in database
GPG key ID: D94C2621F68B81E8

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;