Bug#930990: python*-bluez includes unusuable ble module

2020-03-06 Thread chrysn
What makes the situation trickier is that both the gattlib undeclaredly depended on here and the alternative pygatt (see #939619) just wrap the gatttool program, which is deprecated by the bluez project (not much info out there, https://github.com/peplin/pygatt/issues/112 gives a good summary). Wh

Bug#930990: python*-bluez includes unusuable ble module

2019-06-24 Thread Wilmer van der Gaast
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 "", li