Skip to content

Commit

Permalink
mopidy-iris: 3.32.5 -> 3.33.0
Browse files Browse the repository at this point in the history
The removed dependencies were dropped in the following commits:
jaedb/Iris@0c13445
jaedb/Iris@4d64980
jaedb/Iris@c9861bc

Requests was added in:
jaedb/Iris@28b5f69
  • Loading branch information
Robert Schütz committed Mar 19, 2019
1 parent 1ca0569 commit 11f0d36
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pkgs/applications/audio/mopidy/iris.nix
Expand Up @@ -2,26 +2,22 @@

pythonPackages.buildPythonApplication rec {
pname = "Mopidy-Iris";
version = "3.32.5";
version = "3.33.0";

src = pythonPackages.fetchPypi {
inherit pname version;
sha256 = "0vs8x26zcakk6c31sc774h2lcdw3syp236vyymmx1jnfsh1jaqpn";
sha256 = "0g00rjkmsnza4gjjdm0cwrpw3gqvmjj58157dvrh7f8k7j0gdvdm";
};

propagatedBuildInputs = [
mopidy
mopidy-local-images
] ++ (with pythonPackages; [
configobj
pylast
spotipy
raven
requests
tornado_4
]);

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

# no tests implemented
doCheck = false;

Expand Down

0 comments on commit 11f0d36

Please sign in to comment.