From eab7addaeb10564a3327d303d9ee299d2392a183 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Wed, 1 Apr 2020 02:02:03 +0800 Subject: [PATCH] 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 --- libs/libtalloc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/libtalloc/Makefile b/libs/libtalloc/Makefile index 91f138d84..6f3bc133b 100644 --- a/libs/libtalloc/Makefile +++ b/libs/libtalloc/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=talloc PKG_VERSION:=2.3.1 MAJOR_VERSION:=2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.samba.org/ftp/talloc @@ -19,8 +19,6 @@ PKG_LICENSE:=LGPL-3.0-or-later PKG_BUILD_PARALLEL:=0 -HOST_BUILD_DEPENDS:=python/host - include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk