Merge pull request #69319 from Tomahna/mopidy

mopidy: add setuptools to propagatedBuildInputs
This commit is contained in:
Jörg Thalheim 2019-09-23 21:37:27 +01:00 committed by GitHub
commit d68db15912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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