mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
i2c-tools: fix Backend 'setuptools.build_meta:__legacy__'
added PKG_BUILD_DEPENDS:=python-setuptools/host to Makefile Fixes: https://github.com/openwrt/packages/issues/27843 Signed-off-by: Rudy Andram <rmandrad@gmail.com>
This commit is contained in:
committed by
Christian Marangi
parent
a7381fa91f
commit
eb7a8acba8
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=i2c-tools
|
PKG_NAME:=i2c-tools
|
||||||
PKG_VERSION:=4.4
|
PKG_VERSION:=4.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/software/utils/i2c-tools
|
PKG_SOURCE_URL:=@KERNEL/software/utils/i2c-tools
|
||||||
@@ -22,6 +22,7 @@ PKG_CPE_ID:=cpe:/a:i2c-tools_project:i2c-tools
|
|||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PYTHON3_PKG_BUILD:=0
|
PYTHON3_PKG_BUILD:=0
|
||||||
|
PKG_BUILD_DEPENDS:=python-setuptools/host
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../../lang/python/python3-package.mk
|
include ../../lang/python/python3-package.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user