bluez: use dbus-python for the python bindings. dbus does not provide any

This commit is contained in:
Andreas Rammhold 2018-01-04 16:48:46 +01:00
parent 63ba455e53
commit 6e2cb1dd8c

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
pythonPath = with pythonPackages;
[ dbus pygobject2 pygobject3 recursivePthLoader ];
[ dbus-python pygobject2 pygobject3 recursivePthLoader ];
buildInputs = [
pkgconfig dbus glib alsaLib pythonPackages.python pythonPackages.wrapPython