Unverified Commit 463a2284 authored by Yegor Timoshenko's avatar Yegor Timoshenko
Browse files

mopidy-iris: add tornado to dependencies

parent 1f230af9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,8 +17,11 @@ pythonPackages.buildPythonApplication rec {
    pylast
    spotipy
    raven
    tornado
  ]);

  postPatch = "sed -i /tornado/d setup.py";

  # no tests implemented
  doCheck = false;