From: Fabrice Fontaine Date: Sat, 23 Jan 2021 17:34:33 +0000 (+0100) Subject: package/python-bluezero: needs python3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67d55e6fc37b582b9ecd75005154a2c0aaaa11b4;p=buildroot.git package/python-bluezero: needs python3 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 Signed-off-by: Yann E. MORIN --- diff --git a/package/python-bluezero/Config.in b/package/python-bluezero/Config.in index ed2277dc31..9ea3686a2b 100644 --- a/package/python-bluezero/Config.in +++ b/package/python-bluezero/Config.in @@ -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.