Unverified Commit 50160605 authored by Yegor Timoshenko's avatar Yegor Timoshenko Committed by GitHub
Browse files

Merge pull request #39011 from rvolosatovs/update/mopidy-iris

mopidy-iris: 3.14.2 -> 3.16.3
parents 638ba144 463a2284
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

pythonPackages.buildPythonApplication rec {
  pname = "Mopidy-Iris";
  version = "3.14.2";
  version = "3.16.3";

  src = pythonPackages.fetchPypi {
    inherit pname version;
    sha256 = "19affzk45wby50gwxwzqgwa7h7618lcs48ngdsa06sd66s8x2fza";
    sha256 = "1zdlvrqlj1hapaxnskrbp9idziy3rcxhpqhw3x4q25cjbl8m0b0d";
  };

  propagatedBuildInputs = [
@@ -17,8 +17,11 @@ pythonPackages.buildPythonApplication rec {
    pylast
    spotipy
    raven
    tornado
  ]);

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

  # no tests implemented
  doCheck = false;