From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH v2 01/11] borgbackup: Fix Bug#12611 by adding fuse mount capability with pyfuse3
Date: Tue, 02 Aug 2022 11:20:48 +0200 [thread overview]
Message-ID: <20220802092058.3711-1-adolf.belka@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 918 bytes --]
- 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(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
next reply other threads:[~2022-08-02 9:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-02 9:20 Adolf Belka [this message]
2022-08-02 9:20 ` [PATCH v2 02/11] make.sh: addition of the extra modules required for the build/exec of pyfuse3 Adolf Belka
2022-08-02 9:20 ` [PATCH v2 03/11] pyfuse3: Install to provide fuse capability for borgbackup Adolf Belka
2022-08-02 9:20 ` [PATCH v2 04/11] python3-Cython: Required for build of pyfuse3 Adolf Belka
2022-08-02 9:20 ` [PATCH v2 05/11] python3-trio: Dependency for python3-pyfuse3 Adolf Belka
2022-08-02 9:20 ` [PATCH v2 06/11] python3-attr: Dependency for python3-trio Adolf Belka
2022-08-02 9:20 ` [PATCH v2 07/11] python3-async_generator: " Adolf Belka
2022-08-02 9:20 ` [PATCH v2 08/11] python3-attrs: " Adolf Belka
2022-08-02 9:20 ` [PATCH v2 09/11] python3-sniffio: " Adolf Belka
2022-08-02 9:20 ` [PATCH v2 10/11] python3-sortedcontainers: " Adolf Belka
2022-08-02 9:20 ` [PATCH v2 11/11] python3-outcome: " Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220802092058.3711-1-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox