libtalloc: add Python3/host dependency
authorAlexander Ryzhov <redacted>
Sun, 18 Apr 2021 10:57:14 +0000 (13:57 +0300)
committerAlexander Ryzhov <redacted>
Sun, 18 Apr 2021 10:57:14 +0000 (13:57 +0300)
Otherwise, Package/Configure won't find distutils module from python3/host

Signed-off-by: Alexander Ryzhov <redacted>
libs/libtalloc/Makefile

index 6f3bc133b1f0688f29b10e12d2a177996c887452..a1209784fc99c4ba000b0d8203241c148a728388 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=talloc
 PKG_VERSION:=2.3.1
 MAJOR_VERSION:=2
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.samba.org/ftp/talloc
@@ -18,6 +18,7 @@ PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
 PKG_LICENSE:=LGPL-3.0-or-later
 
 PKG_BUILD_PARALLEL:=0
+PKG_BUILD_DEPENDS:=python3/host
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/kernel.mk
git clone https://git.99rst.org/PROJECT