From dbc8106ecc48a127e39bd645dfec4d5c66784d81 Mon Sep 17 00:00:00 2001 From: Vladimir Ermakov Date: Thu, 13 Nov 2025 10:54:00 +0100 Subject: [PATCH] python-toml: fix build dependency on python-setuptools Fix #27855 Signed-off-by: Vladimir Ermakov --- lang/python/python-toml/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/python/python-toml/Makefile b/lang/python/python-toml/Makefile index 262ac066a9..62178bece9 100644 --- a/lang/python/python-toml/Makefile +++ b/lang/python/python-toml/Makefile @@ -13,6 +13,7 @@ PKG_RELEASE:=1 PYPI_NAME:=toml PKG_HASH:=b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f +PKG_BUILD_DEPENDS:=python-setuptools/host PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT -- 2.30.2