bluez: Remove recursivePthLoader from Python wrapper

This module doesn't seem to be actually required.
I've manually tried executing all binaries in the `test` output and they still run fine.
This commit is contained in:
adisbladis 2023-12-12 13:17:41 +13:00
parent a45c413bca
commit ce2a8dc669

View File

@ -113,7 +113,6 @@ stdenv.mkDerivation (finalAttrs: {
pythonPath = with python3.pkgs; [
dbus-python
pygobject3
recursive-pth-loader
];
in
''