From patchwork Mon Jan 24 16:16:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4989 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 4JjFfT0tSsz3wsf for ; Mon, 24 Jan 2022 16:23:45 +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 4JjFfS4WpVzgP; Mon, 24 Jan 2022 16:23:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JjFfS46gJz2yxp; Mon, 24 Jan 2022 16:23:44 +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 4JjFfR0z5Rz2xdR for ; Mon, 24 Jan 2022 16:23:43 +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 4JjFfQ2BVBzdP; Mon, 24 Jan 2022 16:23:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643041422; 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=+abBapfUoXp+nBF8pzDPSMJzNhoikA/d9UKF0dKxKzo=; b=mpFAYAt2XiB09RAtpUTzgE+XSvcfD5/BTLovHs4NeeVjGkE2WH/ntFfLp7AYAn609bsMUt xN2jJQSIgCGV8lBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643041422; 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=+abBapfUoXp+nBF8pzDPSMJzNhoikA/d9UKF0dKxKzo=; b=VrY6GBpp+5Z8aAMjRcVC6Rmkeow43Zh3yB7m/QR6hj+TbTzedZVX7GOWXVF5QfI/nhNtzl 1gt+ai9teKOAd1zeIVETpJ9xgJbz2ArNtmjsDu5oi4GmvTbTmNyBG5labw5z0nXc1hPdPG y0hWIKie6px9P1xXiMys7QT5yAzVIjuM65sieRxwzDLuQIysTUirlsqnWQ68GWHPYY1zY+ UlfH1MRHLFEclRTIwDWw1w/rP00gCKgAyl0f4rQM9Mn5HP5w2rdM1PayEYKCC3za38TKwe AkbfSLSDdTjBVvA8keoPYPAzGzd8csFkLhvLHFFvL2DC9ihKM3+2y69nr3AUaw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 10/35] make.sh: Update of additional and removed packages for upgrade to python-3.10 Date: Mon, 24 Jan 2022 17:16:30 +0100 Message-Id: <20220124161656.71960-10-adolf.belka@ipfire.org> In-Reply-To: <20220124161656.71960-1-adolf.belka@ipfire.org> References: <20220124161656.71960-1-adolf.belka@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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Removal of python3-msgpack - Addition of python3-toml python3-pyproject2setuppy python3-tomli python3-packaging Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- make.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 7568ee232..7a30018ec 100755 --- a/make.sh +++ b/make.sh @@ -1508,7 +1508,11 @@ buildipfire() { lfsmake2 wireless-regdb lfsmake2 libsolv lfsmake2 ddns + lfsmake2 python3-toml + lfsmake2 python3-pyproject2setuppy + lfsmake2 python3-tomli lfsmake2 python3-setuptools-scm + lfsmake2 python3-packaging lfsmake2 python3-six lfsmake2 python3-dateutil lfsmake2 python3-jmespath @@ -1519,7 +1523,6 @@ buildipfire() { lfsmake2 python3-pyasn1 lfsmake2 python3-urllib3 lfsmake2 python3-botocore - lfsmake2 python3-msgpack lfsmake2 aws-cli lfsmake2 transmission lfsmake2 mtr