mopidy-iris: 3.32.5 -> 3.33.0
The removed dependencies were dropped in the following commits: https://github.com/jaedb/Iris/commit/0c134459ea46799f535a56fb5908629856f2f6e5 https://github.com/jaedb/Iris/commit/4d649809007ab3ac9078af9c5e3022f6fd87eac6 https://github.com/jaedb/Iris/commit/c9861bc79cc65eb7a775fe35eda48d0c8115e9cb Requests was added in: https://github.com/jaedb/Iris/commit/28b5f69333f5769e5959df550f04ba6350e3ef9f
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user