mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user