-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
RequestRequest for image modification or featureRequest for image modification or feature
Description
Python 3 has documentation for support of Bluetooth with AF_BLUETOOTH
socket -- docs
However, it seems that (at least for linux) it needs bluetooth.h (from e.g. libbluetooth-dev) for that to work, otherwise we get
AttributeError: module 'socket' has no attribute 'AF_BLUETOOTH'
Some other issues mentioning this case are, for example
- Build python with bluetooth socket support (AF_BLUETOOTH) ContinuumIO/anaconda-issues#1035
- https://stackoverflow.com/questions/29107537/missing-socket-af-bluetooth-in-anaconda-python
I was wondering if it is possible to add bluetooth.h
to the build deps, since this part of the standard documentation
Metadata
Metadata
Assignees
Labels
RequestRequest for image modification or featureRequest for image modification or feature