mopidy: add setuptools to propagatedBuildInputs

This commit is contained in:
Kevin Rauscher 2019-09-23 21:55:46 +02:00
parent 6f7397257e
commit 09dac43f32

View file

@ -21,7 +21,7 @@ pythonPackages.buildPythonApplication rec {
];
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;
# There are no tests