mopidy: Add some more dependencies needed for the HTTP frontend

This commit is contained in:
Rickard Nilsson
2013-03-03 20:53:48 +01:00
parent 14ceed2ddb
commit 4d181e526e
3 changed files with 28 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ pythonPackages.buildPythonPackage rec {
};
propagatedBuildInputs = with pythonPackages; [
gst_python pygobject pykka pyspotify pylast
gst_python pygobject pykka pyspotify pylast cherrypy ws4py
];
# python zip complains about old timestamps

View File

@@ -14,7 +14,7 @@ pythonPackages.buildPythonPackage rec {
};
propagatedBuildInputs = with pythonPackages; [
gst_python pygobject pykka pyspotify pylast
gst_python pygobject pykka pyspotify pylast cherrypy ws4py
];
# python zip complains about old timestamps