From: George Sapkin Date: Tue, 12 May 2026 10:47:38 +0000 (+0300) Subject: python-platformio: fix host build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6886c135f3935181c05aaf275c1408703f1e9684;p=openwrt-packages.git python-platformio: fix host build Fix bottle dependency. Fixes: e15bac97 ("python-platformio: add target package") Signed-off-by: George Sapkin --- diff --git a/lang/python/python-platformio/Makefile b/lang/python/python-platformio/Makefile index eaf3ba0dd..270024bf7 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 \