From 6886c135f3935181c05aaf275c1408703f1e9684 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Tue, 12 May 2026 13:47:38 +0300 Subject: [PATCH] python-platformio: fix host build Fix bottle dependency. Fixes: e15bac97 ("python-platformio: add target package") Signed-off-by: George Sapkin --- lang/python/python-platformio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/python-platformio/Makefile b/lang/python/python-platformio/Makefile index eaf3ba0dd8..270024bf7f 100644 --- a/lang/python/python-platformio/Makefile +++ b/lang/python/python-platformio/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=LICENSE HOST_BUILD_DEPENDS:= \ python-ajsonrpc/host \ - python-bottle/host \ + python3-bottle/host \ python-build/host \ python-click/host \ python-installer/host \