mopidy: add setuptools to propagatedBuildInputs

This commit is contained in:
Kevin Rauscher
2019-09-23 21:57:24 +02:00
parent 6f7397257e
commit 09dac43f32
+1 -1
View File
@@ -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