From patchwork Sat Aug 6 21:35:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5835 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 4M0bPb5K5lz40W5 for ; Sat, 6 Aug 2022 21:36:19 +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 4M0bPZ69F6zx6; Sat, 6 Aug 2022 21:36:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4M0bPZ6cFSz2ymJ; Sat, 6 Aug 2022 21:36:18 +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 4M0bPX63PPz2xyQ for ; Sat, 6 Aug 2022 21:36: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 4M0bPX2wnYzT0; Sat, 6 Aug 2022 21:36:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1659821776; 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=Eqd+mVDeWFjm2NmLwf3gEo4MeqdlrDpeEwrZY+BZuGsBjepbjwX0w8gvQWm9emecozFOM5 x3XaqaMYnwyGObDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1659821776; 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=QGfD7tq58i3CLPU1N3OgDVLJ6SXKLhthPwEbJm8jHQfTW6SawmydVFlcFxVnzKKIbb/a16 1xmRUg0ycOlot8ssxu8tnuJ3rnCehCtOnN0P1ESn9X+YZin0WAQprdxW++5cncOKNMESmA quezRLvnYqYVID4tfum7m23mipZpVXYyyDlDO8NG5EV/kqRvW09JZ7Sgi6mPEeGFlOXSlR lFCBiTHsEnl+z6U0EOBFt6TXAwSj04kpU+6gla3ftL/2eKGLjoPq8s4wQJDPaUaq6hFUXU nteWmiB3yWbyYqOvfiLMEJUMMFcFIwXtqCKLixn5nbOrvqN+PEoU+henEIHYUQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v3 02/11] make.sh: addition of the extra modules required for the build/exec of pyfuse3 Date: Sat, 6 Aug 2022 23:35:47 +0200 Message-Id: <20220806213556.66027-2-adolf.belka@ipfire.org> In-Reply-To: <20220806213556.66027-1-adolf.belka@ipfire.org> References: <20220806213556.66027-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