package/python-bluezero: needs python3
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 23 Jan 2021 17:34:33 +0000 (18:34 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 23 Jan 2021 21:02:11 +0000 (22:02 +0100)
python3 is mandatory since version 0.4.0 and
https://github.com/ukBaz/python-bluezero/commit/55dc0fbc2710a75c9e8f519428e6b10747bf6eb7
https://github.com/ukBaz/python-bluezero/commit/66e1b726d060f3d2b500ba2ec8268cf6743d65e9

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>
package/python-bluezero/Config.in

index ed2277dc311f996910211a150296d63cf1f011c6..9ea3686a2b551347ad8658c0b665b778b408ce3f 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_BLUEZERO
        bool "python-bluezero"
+       depends on BR2_PACKAGE_PYTHON3
        help
          Python library for Bluetooth Low Energy (BLE) on Linux.