From patchwork Mon Feb 21 18:43:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5211 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 4K2WRM6wLdz3xgb for ; Mon, 21 Feb 2022 18:43:59 +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 4K2WQw0FKJz3wJ; Mon, 21 Feb 2022 18:43:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K2WQr5hhmz32N8; Mon, 21 Feb 2022 18:43:32 +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 4K2WQp5SgDz30Hs for ; Mon, 21 Feb 2022 18:43:30 +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 4K2WQm4Mb5z5SJ; Mon, 21 Feb 2022 18:43:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645469008; 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=egppO/1DV5B30DruNQOvHYAVwzVm6Ft0bNsjQYjowlM=; b=28ftlkBMFAhy1PvNSEpXbwHA0a+ruXEETQwKCqnZ+T2WPJTMhdizEjj0aVPBnj495qp8fj sf0yuKjKtLzfFsBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645469008; 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=egppO/1DV5B30DruNQOvHYAVwzVm6Ft0bNsjQYjowlM=; b=v76tkXen64uR2nGCZPJqDwhaEvC96aqAR7X403b0Yf+9sW3rT1mkT1xDug3HkUERHns8d1 P4UZnPe8DbxzkuPycPEQ2kA/J2QRyDdu2kdRlWk+tDIhqDcnzts7i3Ve6mK+bvreomdYw6 H/zcnWYgM5ocQyZK1Cv33AaVd7YeT6M4QS9mmmTj3tGqlcmrnm3doJVnQ5MCB94gUnvEWf 54ByaOAFEPo0nab2PJHK9GYfQ5fOl/zIFS4jqZ8SjwE6gJW2YNi9rWX1CR+7BoJbagdgpE RJ6g8fbXu6iecnQ6gPQ6fJ5GAlomyV0s0U9J8HHNYZpKikTjrjzvoK77oOMRtw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 20/27] make.sh: Re-order build of some Python modules Date: Mon, 21 Feb 2022 18:43:11 +0000 Message-Id: <20220221184318.1158749-20-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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 60ddb04d8..a2f8cb6c3 100755 --- a/make.sh +++ b/make.sh @@ -1619,10 +1619,11 @@ buildipfire() { lfsmake2 python3-pep517 lfsmake2 python3-build lfsmake2 python3-install + lfsmake2 python3-urllib3 lfsmake2 python3-flit + lfsmake2 python3-packaging lfsmake2 python3-typing-extensions lfsmake2 python3-semantic-version - lfsmake2 python3-packaging lfsmake2 python3-setuptools-scm lfsmake2 python3-setuptools-rust lfsmake2 python3-six @@ -1633,7 +1634,6 @@ buildipfire() { lfsmake2 python3-s3transfer lfsmake2 python3-rsa lfsmake2 python3-pyasn1 - lfsmake2 python3-urllib3 lfsmake2 python3-botocore lfsmake2 python3-cffi lfsmake2 python3-cryptography