Package: python-bluez Version: 0.22+really0.22-1 Severity: important The optional ble module is included but can't actually work at all as it depends on another Python module that is from what I can tell not in Debian:
>>> from bluetooth import ble Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3/dist-packages/bluetooth/ble.py", line 1, in <module> from gattlib import * ModuleNotFoundError: No module named 'gattlib' wilmer@ruby:~$ apt-file search gattlib wilmer@ruby:~$ Stackexchange is full of geniuses who recommend just compiling both gattlib and python-bluez from scratch instead, it would be nice to eradicate that kind of nonsense. :-(