Bug 206821

Summary: test/test-hfp is python2 only
Product: Drivers Reporter: Pacho Ramos (pachoramos1)
Component: BluetoothAssignee: linux-bluetooth (linux-bluetooth)
Status: NEW ---    
Severity: normal    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 5.5.8 Subsystem:
Regression: No Bisected commit-id:

Description Pacho Ramos 2020-03-11 13:33:40 UTC
it seems to rely on pygtk instead of pygobject:
$ python3 ./test-hfp 
Traceback (most recent call last):
  File "./test-hfp", line 12, in <module>
    import glib
ModuleNotFoundError: No module named 'glib'

Thanks