From patchwork Sun Apr 4 16:58:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1462129 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FD0Nx3PbSz9sSC for ; Mon, 5 Apr 2021 02:58:41 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id B1B8E401C9; Sun, 4 Apr 2021 16:58:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jOshdZXE7Qfv; Sun, 4 Apr 2021 16:58:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 15A31401B1; Sun, 4 Apr 2021 16:58:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 930A81BF409 for ; Sun, 4 Apr 2021 16:58:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 90446401B1 for ; Sun, 4 Apr 2021 16:58:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I6KU8l1tzLK0 for ; Sun, 4 Apr 2021 16:58:32 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by smtp2.osuosl.org (Postfix) with ESMTPS id A896A4016C for ; Sun, 4 Apr 2021 16:58:32 +0000 (UTC) Received: from fwd39.aul.t-online.de (fwd39.aul.t-online.de [172.20.27.138]) by mailout05.t-online.de (Postfix) with SMTP id 1D9045884F for ; Sun, 4 Apr 2021 18:58:26 +0200 (CEST) Received: from fli4l.lan.fli4l (Zkuo+gZOwhhycxB+croPZB29bKtxtLj-PzponLpwd+NYZrl6flQfwU-puMsL+NAgLA@[91.58.1.16]) by fwd39.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1lT64u-1eV7IW0; Sun, 4 Apr 2021 18:58:24 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:43646) by fli4l.lan.fli4l with esmtp (Exim 4.94) (envelope-from ) id 1lT64t-0003W9-Ng for buildroot@buildroot.org; Sun, 04 Apr 2021 18:58:24 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Apr 2021 18:58:23 +0200 Message-Id: <20210404165823.954492-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-ID: Zkuo+gZOwhhycxB+croPZB29bKtxtLj-PzponLpwd+NYZrl6flQfwU-puMsL+NAgLA X-TOI-EXPURGATEID: 150726::1617555504-00000BD0-6A12717B/0/0 CLEAN NORMAL X-TOI-MSGID: 1a23b359-384a-40bc-833e-9dda0947f40d Subject: [Buildroot] [PATCH 1/1] package/samba4: add required python deps for AD DC support X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Needed due to upstream commit: https://gitlab.com/samba-team/samba/-/commit/2420b7c6d2038aca33759ca3a7d41240c5f19bf7 Fixes: http://autobuild.buildroot.net/results/12a/12a74665a2349eacb28c3035bb36a4dce1d740d1/ Signed-off-by: Bernd Kuhls --- package/samba4/Config.in | 2 ++ package/samba4/samba4.mk | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package/samba4/Config.in b/package/samba4/Config.in index a34eaa8088..e890313b71 100644 --- a/package/samba4/Config.in +++ b/package/samba4/Config.in @@ -32,6 +32,8 @@ config BR2_PACKAGE_SAMBA4_AD_DC bool "AD DC" depends on BR2_PACKAGE_PYTHON3 select BR2_PACKAGE_JANSSON + select BR2_PACKAGE_PYTHON_DNSPYTHON + select BR2_PACKAGE_PYTHON_MARKDOWN help Enable Active Directory Domain Controller functionality. diff --git a/package/samba4/samba4.mk b/package/samba4/samba4.mk index 99c8af9ab2..ed38af020c 100644 --- a/package/samba4/samba4.mk +++ b/package/samba4/samba4.mk @@ -149,7 +149,12 @@ define SAMBA4_INSTALL_TARGET_CMDS endef ifeq ($(BR2_PACKAGE_SAMBA4_AD_DC),y) -SAMBA4_DEPENDENCIES += jansson +SAMBA4_DEPENDENCIES += \ + jansson \ + host-python-dnspython \ + host-python-markdown \ + python-dnspython \ + python-markdown else SAMBA4_CONF_OPTS += --without-ad-dc --without-json endif