From: Alexandru Ardelean Date: Tue, 11 Nov 2025 07:54:53 +0000 (+0200) Subject: python-setuptools: fix host deps X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0ae94ee364cfe6b3f50b4480fec59ceea23732a1;p=openwrt-packages.git python-setuptools: fix host deps setuptools does not require that many deps. This also fixes some circular dependencies. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-setuptools/Makefile b/lang/python/python-setuptools/Makefile index d3261935c..2d1e39873 100644 --- a/lang/python/python-setuptools/Makefile +++ b/lang/python/python-setuptools/Makefile @@ -21,8 +21,6 @@ CPE_ID:=cpe:/a:python:setuptools HOST_BUILD_DEPENDS:= \ python3/host \ - python-build/host \ - python-installer/host \ python-wheel/host \ python-packaging/host