ADMIN-6028: fixes for borg mount support

This commit is contained in:
akul 2025-09-18 12:13:51 +04:00
parent 2589bdef15
commit 7ed7899847
3 changed files with 7 additions and 4 deletions

View File

@ -20,9 +20,6 @@ borg_pip_packages:
# - python3-virtualenv
# - python3-wheel
borg_mount_dependent_packages:
- fuse3-devel
borg_distro_packages:
- borgbackup
- borgmatic

View File

@ -19,5 +19,11 @@ borg_distro_packages:
- borgbackup
- borgmatic
borg_mount_dependent_packages:
- fuse3-devel
borg_mount_dependent_python_packages:
- pyfuse3
python_bin: python3
pip_bin: pip3

View File

@ -3,7 +3,7 @@ borg_dependent_python_packages:
- cython
- pkgconfig
borg_mount_dependent_packages:
borg_mount_dependent_python_packages:
- pyfuse3
borg_python_packages: