mopidy-iris: 3.32.5 -> 3.33.0
The removed dependencies were dropped in the following commits:0c134459ea
4d64980900
c9861bc79c
Requests was added in:28b5f69333
This commit is contained in:
parent
1ca05690c6
commit
11f0d36737
1 changed files with 3 additions and 7 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "Mopidy-Iris";
|
pname = "Mopidy-Iris";
|
||||||
version = "3.32.5";
|
version = "3.33.0";
|
||||||
|
|
||||||
src = pythonPackages.fetchPypi {
|
src = pythonPackages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0vs8x26zcakk6c31sc774h2lcdw3syp236vyymmx1jnfsh1jaqpn";
|
sha256 = "0g00rjkmsnza4gjjdm0cwrpw3gqvmjj58157dvrh7f8k7j0gdvdm";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -14,14 +14,10 @@ pythonPackages.buildPythonApplication rec {
|
||||||
mopidy-local-images
|
mopidy-local-images
|
||||||
] ++ (with pythonPackages; [
|
] ++ (with pythonPackages; [
|
||||||
configobj
|
configobj
|
||||||
pylast
|
requests
|
||||||
spotipy
|
|
||||||
raven
|
|
||||||
tornado_4
|
tornado_4
|
||||||
]);
|
]);
|
||||||
|
|
||||||
postPatch = "sed -i /tornado/d setup.py";
|
|
||||||
|
|
||||||
# no tests implemented
|
# no tests implemented
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue