From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 01/11] borgbackup: Fix Bug#12611 by adding fuse mount capability with pyfuser3 Date: Fri, 29 Jul 2022 14:34:10 +0200 Message-ID: <20220729123420.98567-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1385227840030196769==" List-Id: --===============1385227840030196769== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 Signed-off-by: Adolf Belka --- 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 =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D borgbackup -PAK_VER =3D 12 +PAK_VER =3D 13 =20 -DEPS =3D python3-pkgconfig python3-msgpack python3-packaging +DEPS =3D python3-pkgconfig python3-msgpack python3-packaging python3-p= yfuse3 =20 SERVICES =3D =20 --=20 2.37.1 --===============1385227840030196769==--