mopidy: add setuptools to propagatedBuildInputs
This commit is contained in:
parent
6f7397257e
commit
09dac43f32
@ -21,7 +21,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
gst-python pygobject3 pykka tornado_4 requests
|
gst-python pygobject3 pykka tornado_4 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…
x
Reference in New Issue
Block a user