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

+1 -1
+1 -1
pkgs/os-specific/linux/bluez/default.nix
··· 13 13 }; 14 14 15 15 pythonPath = with pythonPackages; 16 - [ dbus pygobject2 pygobject3 recursivePthLoader ]; 16 + [ dbus-python pygobject2 pygobject3 recursivePthLoader ]; 17 17 18 18 buildInputs = [ 19 19 pkgconfig dbus glib alsaLib pythonPackages.python pythonPackages.wrapPython