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 <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer
2026-05-25 11:04:51 +02:00
parent 3477ccdee3
commit 2017ee63bb
+1 -1
View File
@@ -18,7 +18,7 @@ PKG_MAINTAINER:=Erik Larsson <who+openwrt@cnackers.org>
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