From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 7/7] make.sh: Fixes Bug#13076 Date: Wed, 10 May 2023 15:04:22 +0200 Message-ID: <20230510130422.2676356-7-adolf.belka@ipfire.org> In-Reply-To: <20230510130422.2676356-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8428632166977957865==" List-Id: --===============8428632166977957865== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Adds borgbackup run time dependency - python3-exceptiongroup - Adds python3-exceptiongroup build time dependency - python3-flit_scm - Removes python3-attr that is no longer required in borgbackup dependency ch= ain Fixes: Bug#13076 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- make.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 6eafd62d9..e0ea7326c 100755 --- a/make.sh +++ b/make.sh @@ -1606,12 +1606,13 @@ 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-flit_scm + lfsmake2 python3-exceptiongroup lfsmake2 python3-trio lfsmake2 python3-pyfuse3 lfsmake2 aws-cli --=20 2.40.1 --===============8428632166977957865==--