From 2017ee63bb6811ee9c2778dc27d2933e7372dde7 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Mon, 25 May 2026 11:04:51 +0200 Subject: [PATCH] python-ubus: require only python-setuptools (not host) as build depends In OpenWrt 24.10, there is no host build for python-setuptools. Lets have only build dependency for python-setuptools. Signed-off-by: Josef Schlehofer --- lang/python/python-ubus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/python-ubus/Makefile b/lang/python/python-ubus/Makefile index 41d9973c25..63a434ac05 100644 --- a/lang/python/python-ubus/Makefile +++ b/lang/python/python-ubus/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Erik Larsson PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=LICENSE -PKG_BUILD_DEPENDS:=python-setuptools/host +PKG_BUILD_DEPENDS:=python-setuptools PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1