mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
67d55e6fc3
python3 is mandatory since version 0.4.0 and55dc0fbc27
66e1b726d0
Fixes: - http://autobuild.buildroot.org/results/cb4d637f1b0ca02377c04d67e20c48784b65c13a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
config BR2_PACKAGE_PYTHON_BLUEZERO
|
|
bool "python-bluezero"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
Python library for Bluetooth Low Energy (BLE) on Linux.
|
|
|
|
For central.py, peripheral.py and broadcaster.py you need
|
|
to enable the dbus-python and the bluez5-utils package.
|
|
For observer.py, you need to enable the python-aioblescan
|
|
package.
|
|
|
|
https://github.com/ukBaz/python-bluezero
|