From mboxrd@z Thu Jan 1 00:00:00 1970 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, 06 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1407855926145672702==" List-Id: --===============1407855926145672702== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 -- 2.37.1 --===============1407855926145672702==--