From patchwork Fri Jul 29 12:34:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5783 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 4LvRmk4CJXz3x7M for ; Fri, 29 Jul 2022 12:35: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 4LvRmj6pBjz1Dp; Fri, 29 Jul 2022 12:35:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LvRmj6wz8z2yhw; Fri, 29 Jul 2022 12:35:01 +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 4LvRmh56Xrz2xWS for ; Fri, 29 Jul 2022 12:35:00 +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 4LvRmh2Fbhz105; Fri, 29 Jul 2022 12:35:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1659098100; 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=rjkbS5wWXXAw9S1rbr1G4u7L7Ql2nHRI39/zgeSUUio=; b=xCvyGoEziZKm/iPJX1gbjax98DAdw0qW+aKqKtWvB3G/85zDyel4s2XqRiIzeYs+K4LQGq bhBV656szXQHIjDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1659098100; 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=rjkbS5wWXXAw9S1rbr1G4u7L7Ql2nHRI39/zgeSUUio=; b=v1NvsTs4p0SoSLEpZ8km9jZ7IfvHk7r4nSKzWSRLmMg8B7pzuZuv1tygqduHeX+gejpPcv +rGkIjH6TCPr041KGVOQCZxTVbHHQNa+J0zeFgv4kxR12kDkqeBMikg5FOhPQ8ImhMc4yp Ad0M5m1bJ4DfXJMvm6c6NcafgnaCl/SXigMZ3UCN4XKTm315CP8h0u7l+rDoBnAvweU6zO 8LXAHRMwVxsiKhdpbO0rcxEoZ80Z1nBiIU5hWxOBn4/mYg5AZ55NOWc0eQS7PEx1ZfkMNB SMsUkXBmNk2Idk71X7UYegUGgzRkf9sOD/hNaA7fSXdpok7BmQww2NQ2cpfIIA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 02/11] make.sh: addition of the extra modules required for the build/exec of pyfuser3 Date: Fri, 29 Jul 2022 14:34:11 +0200 Message-Id: <20220729123420.98567-2-adolf.belka@ipfire.org> In-Reply-To: <20220729123420.98567-1-adolf.belka@ipfire.org> References: <20220729123420.98567-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" Fixes: Bug#12611 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- make.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/make.sh b/make.sh index da3f7f467..205b501ec 100755 --- a/make.sh +++ b/make.sh @@ -1632,6 +1632,15 @@ buildipfire() { lfsmake2 python3-terminaltables lfsmake2 python3-pkgconfig lfsmake2 python3-msgpack + lfsmake2 python3-attr + lfsmake2 python3-attrs + lfsmake2 python3-sniffio + lfsmake2 python3-sortedcontainers + lfsmake2 python3-outcome + lfsmake2 python3-async_generator + lfsmake2 python3-Cython + lfsmake2 python3-trio + lfsmake2 python3-pyfuse3 lfsmake2 aws-cli lfsmake2 oci-python-sdk lfsmake2 oci-cli