diff --git a/rattail_fabric2/borg.py b/rattail_fabric2/borg.py index 63de0d7..f649c47 100644 --- a/rattail_fabric2/borg.py +++ b/rattail_fabric2/borg.py @@ -2,7 +2,7 @@ ################################################################################ # # Rattail -- Retail Software Framework -# Copyright © 2010-2018 Lance Edgar +# Copyright © 2010-2024 Lance Edgar # # This file is part of Rattail. # @@ -26,8 +26,6 @@ Fabric library for Borg backups https://www.borgbackup.org/ """ -from __future__ import unicode_literals, absolute_import - from rattail_fabric2 import apt @@ -39,6 +37,9 @@ def install_dependencies(c): c, 'libacl1-dev', 'libfuse-dev', + 'liblz4-dev', 'libssl-dev', + 'libxxhash-dev', + 'libzstd-dev', 'pkg-config', )