public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 01/11] borgbackup: Fix Bug#12611 by adding fuse mount capability with pyfuser3
@ 2022-07-29 12:34 Adolf Belka
  2022-07-29 12:34 ` [PATCH 02/11] make.sh: addition of the extra modules required for the build/exec of pyfuser3 Adolf Belka
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Adolf Belka @ 2022-07-29 12:34 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 915 bytes --]

- The addition of pyfuse3 requires a total 11 python3 module dependencies and the
   addition of python3-Cython during the build
- The other dependencies etc are submitted in the rest of this patch series.

Fixes: Bug#12611
Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/borgbackup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/borgbackup b/lfs/borgbackup
index c2faaac21..9c761eac4 100644
--- a/lfs/borgbackup
+++ b/lfs/borgbackup
@@ -33,9 +33,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = borgbackup
-PAK_VER    = 12
+PAK_VER    = 13
 
-DEPS       = python3-pkgconfig python3-msgpack python3-packaging
+DEPS       = python3-pkgconfig python3-msgpack python3-packaging python3-pyfuse3
 
 SERVICES   =
 
-- 
2.37.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-07-29 12:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-29 12:34 [PATCH 01/11] borgbackup: Fix Bug#12611 by adding fuse mount capability with pyfuser3 Adolf Belka
2022-07-29 12:34 ` [PATCH 02/11] make.sh: addition of the extra modules required for the build/exec of pyfuser3 Adolf Belka
2022-07-29 12:34 ` [PATCH 03/11] pyfuse3: Install to provide fuse capability for borgbackup Adolf Belka
2022-07-29 12:34 ` [PATCH 04/11] python3-Cython: Required for build of pyfuser3 Adolf Belka
2022-07-29 12:34 ` [PATCH 05/11] python3-trio: Dependency for python3-pyfuser3 Adolf Belka
2022-07-29 12:34 ` [PATCH 06/11] python3-attr: Dependency for python3-trio Adolf Belka
2022-07-29 12:34 ` [PATCH 07/11] python3-async_generator: " Adolf Belka
2022-07-29 12:34 ` [PATCH 08/11] python3-attrs: " Adolf Belka
2022-07-29 12:34 ` [PATCH 09/11] python3-sniffio: " Adolf Belka
2022-07-29 12:34 ` [PATCH 10/11] python3-sortedcontainers: " Adolf Belka
2022-07-29 12:34 ` [PATCH 11/11] python3-outcome: " Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox