mopidy: use latest tornado
This commit is contained in:
parent
9cae711388
commit
7ff98bd03d
|
@ -21,7 +21,7 @@ pythonPackages.buildPythonApplication rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
gst-python pygobject3 pykka tornado_4 requests setuptools
|
gst-python pygobject3 pykka tornado requests setuptools
|
||||||
] ++ stdenv.lib.optional (!stdenv.isDarwin) dbus-python;
|
] ++ stdenv.lib.optional (!stdenv.isDarwin) dbus-python;
|
||||||
|
|
||||||
# There are no tests
|
# There are no tests
|
||||||
|
|
Loading…
Reference in New Issue