From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4FCF7C433F5 for ; Thu, 27 Jan 2022 07:39:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id DB03E41C02; Thu, 27 Jan 2022 07:39:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eY5fnjtwIbqc; Thu, 27 Jan 2022 07:39:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 3ABB241BF1; Thu, 27 Jan 2022 07:39:33 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 9CE511BF470 for ; Thu, 27 Jan 2022 07:39:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 8634040B52 for ; Thu, 27 Jan 2022 07:39:31 +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 ve6ai51DFyBE for ; Thu, 27 Jan 2022 07:39:30 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::221]) by smtp2.osuosl.org (Postfix) with ESMTPS id 0D78840B41 for ; Thu, 27 Jan 2022 07:39:29 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id C554224000D; Thu, 27 Jan 2022 07:39:27 +0000 (UTC) Date: Thu, 27 Jan 2022 08:39:26 +0100 From: Thomas Petazzoni To: Peter Korsgaard Message-ID: <20220127083926.6b773ada@windsurf> In-Reply-To: <87v8y5d4mf.fsf@dell.be.48ers.dk> References: <20220108164622.89A0281DFE@busybox.osuosl.org> <87v8y5d4mf.fsf@dell.be.48ers.dk> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Subject: Re: [Buildroot] [git commit] package/ca-certificates: remove dependency on host-python-cryptography X-BeenThere: buildroot@buildroot.org 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: , Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Thu, 27 Jan 2022 08:23:04 +0100 Peter Korsgaard wrote: > > +++ b/package/ca-certificates/ca-certificates.mk > > @@ -7,7 +7,7 @@ > > CA_CERTIFICATES_VERSION = 20211016 > > CA_CERTIFICATES_SOURCE = ca-certificates_$(CA_CERTIFICATES_VERSION).tar.xz > > CA_CERTIFICATES_SITE = https://snapshot.debian.org/archive/debian/20211022T144903Z/pool/main/c/ca-certificates > > -CA_CERTIFICATES_DEPENDENCIES = host-openssl host-python3 host-python-cryptography > > +CA_CERTIFICATES_DEPENDENCIES = host-openssl host-python3 > > Can we then change to BR2_PYTHON3_HOST_DEPENDENCY instead of > host-python3 now that no extra python modules are used? Good point. I would say that yes, probably we could do that. Thomas -- Thomas Petazzoni, co-owner and CEO, Bootlin Embedded Linux and Kernel engineering and training https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot