From patchwork Tue Aug 2 09:20:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5809 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 4LxqHK5xGRz3wwF for ; Tue, 2 Aug 2022 09:21:17 +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 4LxqHK1C0pz1Ps; Tue, 2 Aug 2022 09:21:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LxqHK139xz2ykp; Tue, 2 Aug 2022 09:21:17 +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 4LxqHJ5dB1z2xHs for ; Tue, 2 Aug 2022 09:21:16 +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 4LxqHJ30TBzNr; Tue, 2 Aug 2022 09:21:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1659432076; 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=vvi26Xcz+kQlMNyMyntTwFkSirTmOPAfDEzC3taJSnY=; b=l4y+M0SiiHOKUxBk4fxVSEgkEaJCvkO2gQ5N0YQ9PxE9TVmQ/86xCWERDhhi9RIO8ohMTG 8DOcKuBfq3PkebCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1659432076; 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=vvi26Xcz+kQlMNyMyntTwFkSirTmOPAfDEzC3taJSnY=; b=wlvJmNQhoXb2C4I3UC9Fk317UWEVOgQbPhdVfCtwnWSgVaKwSbDUtz8RtzGtKq+5cIsdei z/WViTkC/U6DrnB1XxVbpCgnc8p8/J2tnR3AiA+4TRmO+zcRX15YZDjRjiZBFx2Q8S1wyF aq/wTjcaOgXAMTDRu5SCX3+PfNss1q3Pl4uaCCbyz7n3j69ALWlAX4rW7AByi794pbo+1K mFHPBqip+fipffRFOiO6x7qg/9BShafuKDzVj+7U0x4TyZgokV9Nfv+niPlTXLbvKubKPV h86fpqEhrLyBa6PHVyXB89CHs1Um9vopi6XafpO6xzgYq2vjzS4Yf84IvOl8UQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v2 02/11] make.sh: addition of the extra modules required for the build/exec of pyfuse3 Date: Tue, 2 Aug 2022 11:20:49 +0200 Message-Id: <20220802092058.3711-2-adolf.belka@ipfire.org> In-Reply-To: <20220802092058.3711-1-adolf.belka@ipfire.org> References: <20220802092058.3711-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 7fb63b913..4586482d0 100755 --- a/make.sh +++ b/make.sh @@ -1633,6 +1633,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