mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
libtalloc: Remove Python 2 host build depends
This should not be needed and was probably added by mistake. See https://github.com/openwrt/packages/pull/9686#discussion_r371552924 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=talloc
|
PKG_NAME:=talloc
|
||||||
PKG_VERSION:=2.3.1
|
PKG_VERSION:=2.3.1
|
||||||
MAJOR_VERSION:=2
|
MAJOR_VERSION:=2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://www.samba.org/ftp/talloc
|
PKG_SOURCE_URL:=https://www.samba.org/ftp/talloc
|
||||||
@@ -19,8 +19,6 @@ PKG_LICENSE:=LGPL-3.0-or-later
|
|||||||
|
|
||||||
PKG_BUILD_PARALLEL:=0
|
PKG_BUILD_PARALLEL:=0
|
||||||
|
|
||||||
HOST_BUILD_DEPENDS:=python/host
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user