From patchwork Tue Feb 22 12:50:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5233 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 4K2zZp4nHVz3xgb for ; Tue, 22 Feb 2022 12:52:02 +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 4K2zZd0byCz5Wk; Tue, 22 Feb 2022 12:51:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K2zZc1QZ9z32MK; Tue, 22 Feb 2022 12:51:52 +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 4K2zZb2b7qz2xKb for ; Tue, 22 Feb 2022 12:51:51 +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 4K2zZY3m7lz5Vf; Tue, 22 Feb 2022 12:51:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645534309; 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=pq0piBhZpnOeW6VmtBfwBbd01TwzxltEFW+BsUgS0yAbxfx4B0WYvjPA/OXicPRahMPltK 91Zy8r8B18X315CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645534309; 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=BkMNm2NJ5tJC/GJnXPNlMlt3cb+SATkUVYnAvnhRQMY3UUYMC97Mds/9pe65NUYUEFImmp VgmaAv9rihanN9zQ8X/bJWVuVWH7J+n4wyjzNNVQjK7GMTBS0Nrp5hAWic1yRdjx+Do6VQ oruhnYrzeeDjeiEVFMLkbqPtL8g3rttVJJQTGfh6h11hlSYHXG6P1jOZd9droLBTatq7fA Ou1RVoNoL9ovJ+rl4/J+3D6VEcYXdqag71gbS7oRrJ/1JHeLg/K4S8jeiJC76XKEqJpOm5 5OlDf/WHbDwMCawjHEsNsGoPmF8pHnB1kqpG2IbJZAUre9lwO89xMq9UgSSsWQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 11/50] make.sh: Build python3-packaging sooner Date: Tue, 22 Feb 2022 12:50:56 +0000 Message-Id: <20220222125135.1211290-12-michael.tremer@ipfire.org> In-Reply-To: <20220222125135.1211290-1-michael.tremer@ipfire.org> References: <20220222125135.1211290-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