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 E942FC001B0 for ; Sun, 6 Aug 2023 17:26:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 9DE5181991; Sun, 6 Aug 2023 17:26:43 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 9DE5181991 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 ULPUmHNq9I2E; Sun, 6 Aug 2023 17:26:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 8868981E84; Sun, 6 Aug 2023 17:26:40 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 8868981E84 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 6BBB41BF2BE for ; Sun, 6 Aug 2023 17:24:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id D3B0E40217 for ; Sun, 6 Aug 2023 17:24:25 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org D3B0E40217 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 x2NaNLVVBaCk for ; Sun, 6 Aug 2023 17:24:25 +0000 (UTC) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::225]) by smtp2.osuosl.org (Postfix) with ESMTPS id BFC6D400EF for ; Sun, 6 Aug 2023 17:24:24 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org BFC6D400EF Received: by mail.gandi.net (Postfix) with ESMTPSA id 0157B1C0005; Sun, 6 Aug 2023 17:24:20 +0000 (UTC) Date: Sun, 6 Aug 2023 19:24:19 +0200 To: Bernd Kuhls Message-ID: <20230806192419.6838f058@windsurf> In-Reply-To: <20230805173749.1570940-1-bernd@kuhls.net> References: <20230805173749.1570940-1-bernd@kuhls.net> Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-GND-Sasl: thomas.petazzoni@bootlin.com X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691342662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jUhlKeaqjlQZMMq0tVWWKgOfyppD/GsriIsGGU/Gb04=; b=Go+xfGnWu3XcFntXCa6lioFHtWtpM6rVOwHFPWioo6+cZAMp5GVzbPoRwQtdZEFTZKBkE7 HnU2NmXgoi9l6IoxJJAdJ0lTqSFuVmYTovjmPpoM0SfHAXePB3xazpXWiksShTnkgyFS6b maWvS9eQFqI5REUfALt75vs0vGfFnayzawVBM98iGZkwNwCQsMR097VqiMh3g15+SqmtZj wnb1DIYAALnjavh35qERnmG8Kf1vbb10tDN8SY+IkHwASzqZNH/cggK+oJligSJlUW5ukr Yqkot+7IkiAo1roFjPE6DKwIwviitKVEMTREDd8h6d6DI1BmB4BYODs76x6cww== X-Mailman-Original-Authentication-Results: smtp2.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=Go+xfGnW Subject: Re: [Buildroot] [PATCH 01/20] package/python-aiologstash: switch from distutils to setuptools 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: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: Bartosz Bilas , Andrey Smirnov , Julien Olivain , Asaf Kahlon , James Hilliard , Steve Calfee , buildroot@buildroot.org, Fabrice Fontaine Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Sat, 5 Aug 2023 19:37:30 +0200 Bernd Kuhls wrote: > distutils will be dropped with python 3.12. > > Signed-off-by: Bernd Kuhls > --- > package/python-aiologstash/python-aiologstash.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Entire series applied to next. Thanks! Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot