mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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-captcha,
|
||||||
python3-django-stronghold,
|
python3-django-stronghold,
|
||||||
python3-gi,
|
python3-gi,
|
||||||
|
python3-paramiko,
|
||||||
python3-psutil,
|
python3-psutil,
|
||||||
python3-requests,
|
python3-requests,
|
||||||
python3-ruamel.yaml,
|
python3-ruamel.yaml,
|
||||||
|
|||||||
@ -31,9 +31,9 @@ from plinth.utils import format_lazy
|
|||||||
|
|
||||||
from . import api
|
from . import api
|
||||||
|
|
||||||
version = 3
|
version = 2
|
||||||
|
|
||||||
managed_packages = ['borgbackup', 'sshfs', 'python3-paramiko']
|
managed_packages = ['borgbackup', 'sshfs']
|
||||||
|
|
||||||
name = _('Backups')
|
name = _('Backups')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user