From: Vladimir Ermakov Date: Thu, 13 Nov 2025 09:54:00 +0000 (+0100) Subject: python-toml: fix build dependency on python-setuptools X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=dbc8106ecc48a127e39bd645dfec4d5c66784d81;p=feed%2Fpackages.git python-toml: fix build dependency on python-setuptools Fix #27855 Signed-off-by: Vladimir Ermakov --- 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