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 smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (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 0944DC433EF for ; Wed, 9 Feb 2022 21:56:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id BBD0483396; Wed, 9 Feb 2022 21:56:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BHDD_v72KRA7; Wed, 9 Feb 2022 21:56:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id EFAB1832C7; Wed, 9 Feb 2022 21:56:19 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 12E1B1BF2F0 for ; Wed, 9 Feb 2022 21:36:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 0D9AB403A7 for ; Wed, 9 Feb 2022 21:36:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp2.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=free.fr 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 4VqOVFCZZifC for ; Wed, 9 Feb 2022 21:36:40 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [IPv6:2a01:e0c:1:1599::15]) by smtp2.osuosl.org (Postfix) with ESMTPS id 0C7CD4027F for ; Wed, 9 Feb 2022 21:36:39 +0000 (UTC) Received: from ymorin.is-a-geek.org (unknown [IPv6:2a01:cb19:8b51:cb00:d4bd:3395:fce0:5749]) (Authenticated sender: yann.morin.1998@free.fr) by smtp6-g21.free.fr (Postfix) with ESMTPSA id D2DCC780313; Wed, 9 Feb 2022 22:36:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1644442597; bh=y8rNyiqifE48F+kesN+O5ylmQpyYFA6YTO51txgU0q8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PTyaWhhoij9QWX0FtFFxSEo6I3YkmrSNdcE9dZ3ENRGF7disE3JQTXD5kQL7g55n3 HytiBTDWbwMZTFnq9drI4XFG6P0HNMnhrf2RCQdv2O/mXpLB8rM7u8Nk1Z6Mbwlnog WPI9Gm1LJRHjQLeQQttbVqFeNmRTiPYQd02pJB4Wz8ExQutnwDhQHgS2aqrvLJ2TTW XVuBUDy5SKaO0uSj0gx2sKYky9iOSrGU4g0M3rAtm2dHVAeejOowzmhWaxtlSN18jb OJFuCiXbPJhj+BqXEfSTuAqxIAKXkZ9uKRedaJqJ7ZQJzSKfauqpot/lasBP1w4UNk 6BPTJAqzaoJ1Q== Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Wed, 09 Feb 2022 22:36:35 +0100 Date: Wed, 9 Feb 2022 22:36:35 +0100 From: "Yann E. MORIN" To: Peter Korsgaard Message-ID: <20220209213635.GG2249818@scaer> References: <20220209165213.4498-1-peter@korsgaard.com> <20220209165213.4498-103-peter@korsgaard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220209165213.4498-103-peter@korsgaard.com> User-Agent: Mutt/1.5.22 (2013-10-16) Subject: Re: [Buildroot] [PATCH 102/107] package/python-configobj: drop python2 specific package 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" Peter, All, On 2022-02-09 17:52 +0100, Peter Korsgaard spake thusly: > Signed-off-by: Peter Korsgaard > --- [--SNIP--] > diff --git a/DEVELOPERS b/DEVELOPERS > index 9c1411648e..8112873f14 100644 > --- a/DEVELOPERS > +++ b/DEVELOPERS > @@ -2796,7 +2796,6 @@ F: package/ne10/ > F: package/pkg-python.mk > F: package/pkg-autotools.mk > F: package/pkg-generic.mk > -F: package/python/ Not sure how you managed to have this hunk in this patch, but given the tediousness of this series, I am not going to ask you to fix and respin, so, as I replied to patch 84, I cherry-picked this hunk in to that previous patch, and so dropped it here. Applied to master, thanks. Regards, Yann E. MORIN. -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot