From 0c37af5289f4ff48ae2534be6da161335eb56ed2 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sat, 8 Nov 2025 15:26:52 +0200 Subject: [PATCH] python-cython: add python-setuptools/host as dep Required now, since python3 doesn't have any setuptools bundled. Signed-off-by: Alexandru Ardelean --- lang/python/python-cython/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/python/python-cython/Makefile b/lang/python/python-cython/Makefile index 76f91a8524..e946c7d3c1 100644 --- a/lang/python/python-cython/Makefile +++ b/lang/python/python-cython/Makefile @@ -20,7 +20,13 @@ PKG_LICENSE_FILES:=LICENSE.txt PKG_MAINTAINER:=Jeffery To PKG_HOST_ONLY:=1 -HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host +HOST_BUILD_DEPENDS:= \ + python3/host \ + python-build/host \ + python-installer/host \ + python-wheel/host \ + python-setuptools/host \ + python-packaging/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk -- 2.30.2