[7/7] make.sh: Fixes Bug#13076

Message ID 20230510130422.2676356-7-adolf.belka@ipfire.org
State Accepted
Commit 9fe8af1019d3099eab76050b8f49b2ff9efa3f9d
Headers
Series [1/7] python3-trio: Fixes Bug#13076 - allows fuse mount to work again |

Commit Message

Adolf Belka May 10, 2023, 1:04 p.m. UTC
  - 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 chain

Fixes: Bug#13076
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 make.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

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