python-toml: fix build dependency on python-setuptools
authorVladimir Ermakov <[email protected]>
Thu, 13 Nov 2025 09:54:00 +0000 (10:54 +0100)
committerHannu Nyman <[email protected]>
Thu, 13 Nov 2025 11:49:06 +0000 (13:49 +0200)
Fix #27855

Signed-off-by: Vladimir Ermakov <[email protected]>
lang/python/python-toml/Makefile

index 262ac066a923591acff36cdbcd8f922d44c6d3cf..62178bece96b53b82d37297f8283ca4accc29eec 100644 (file)
@@ -13,6 +13,7 @@ PKG_RELEASE:=1
 
 PYPI_NAME:=toml
 PKG_HASH:=b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
+PKG_BUILD_DEPENDS:=python-setuptools/host
 
 PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
 PKG_LICENSE:=MIT