[v3,01/11] borgbackup: Fix Bug#12611 by adding fuse mount capability with pyfuse3

Message ID 20220806213556.66027-1-adolf.belka@ipfire.org
State Not Applicable
Headers
Series [v3,01/11] borgbackup: Fix Bug#12611 by adding fuse mount capability with pyfuse3 |

Commit Message

Adolf Belka Aug. 6, 2022, 9:35 p.m. UTC
  - The addition of pyfuse3 requires a total of 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@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/borgbackup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

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   =