mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
backups: Make paramiko a dependency of freedombox package
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
3270ba875a
commit
67404a1c2d
1
debian/control
vendored
1
debian/control
vendored
@ -95,6 +95,7 @@ Depends:
|
||||
python3-django-captcha,
|
||||
python3-django-stronghold,
|
||||
python3-gi,
|
||||
python3-paramiko,
|
||||
python3-psutil,
|
||||
python3-requests,
|
||||
python3-ruamel.yaml,
|
||||
|
||||
@ -31,9 +31,9 @@ from plinth.utils import format_lazy
|
||||
|
||||
from . import api
|
||||
|
||||
version = 3
|
||||
version = 2
|
||||
|
||||
managed_packages = ['borgbackup', 'sshfs', 'python3-paramiko']
|
||||
managed_packages = ['borgbackup', 'sshfs']
|
||||
|
||||
name = _('Backups')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user