From patchwork Mon Feb 21 18:42:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5197 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4K2WR432M0z3wtM for ; Mon, 21 Feb 2022 18:43:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4K2WQr0NNRz5WT; Mon, 21 Feb 2022 18:43:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K2WQq6QWcz32MX; Mon, 21 Feb 2022 18:43:31 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4K2WQk4B06z3005 for ; Mon, 21 Feb 2022 18:43:26 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4K2WQk3HDQz1TN; Mon, 21 Feb 2022 18:43:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645469006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zAbf+b9soC0tBXLHsMjiHW2mksNWPd4c61L86ccq6Y0=; b=zLjne0e9PlkLSQN5NEyElQyV6tsfVXo/hctVTwRdDxI13FoiSdMpdUh0PtBBca6ntmgUJn GVi7c7sstkdBD2Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645469006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zAbf+b9soC0tBXLHsMjiHW2mksNWPd4c61L86ccq6Y0=; b=X4FasO5Uw9DoIlwhLCqe+wrC5zRjueJHp2fjwbYKUEC/1GTG0IEMsopdo0BMC0SctpglxJ l2Idk0IBROC5a0Vi72lyzN4jQtHkTvp4TkBveVoR6kRyt+X+yjCYd6gVPdi3b9dbDU7tmV ehh/cH3/VvjFeDRxxplhUCF8rQ8X4MtXuaT06+Mz3s+P3mS4BA5r9HX1VVz/AL/kveC87I oNlzrQBXMmD7Hhx8xIkSXno0YQpcdWLFFLt9fp62KD5nCF9oOHLcELMJMznqnXVL2O0o4t f2NEQ4+BT+qBGI2vOESNrxJDfO8J+KQai5yMkie7l2v4rDvDeAQ3a9/OpFYJYw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 07/27] make.sh: Build python3-packaging sooner Date: Mon, 21 Feb 2022 18:42:58 +0000 Message-Id: <20220221184318.1158749-7-michael.tremer@ipfire.org> In-Reply-To: <20220221184318.1158749-1-michael.tremer@ipfire.org> References: <20220221184318.1158749-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 8b4e00683..11ae17ec9 100755 --- a/make.sh +++ b/make.sh @@ -1613,9 +1613,9 @@ buildipfire() { lfsmake2 python3-tomli lfsmake2 python3-typing-extensions lfsmake2 python3-semantic-version + lfsmake2 python3-packaging lfsmake2 python3-setuptools-scm lfsmake2 python3-setuptools-rust - lfsmake2 python3-packaging lfsmake2 python3-six lfsmake2 python3-dateutil lfsmake2 python3-jmespath