[Buildroot] [git commit] package/python-bleak: depend on python3

Yann E. MORIN yann.morin.1998 at free.fr
Sun Jan 17 09:12:48 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=6103a8e1a4cc2d3d0b65a3030ba582fee5738876
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

python-bleak doesn't support python2.

Fixes:
 - http://autobuild.buildroot.net/results/22e6139a221e64ce96e23d68a58b60074fc95473/

Signed-off-by: Asaf Kahlon <asafka7 at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/python-bleak/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-bleak/Config.in b/package/python-bleak/Config.in
index 3266932883..6015361899 100644
--- a/package/python-bleak/Config.in
+++ b/package/python-bleak/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_BLEAK
 	bool "python-bleak"
+	depends on BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_PYTHON_TXDBUS # runtime
 	help
 	  Bluetooth Low Energy platform Agnostic Klient.


More information about the buildroot mailing list