From 65403b688b084289cc08a25c91d62b8ad4172383 Mon Sep 17 00:00:00 2001 From: Justin Kim <justin.kim@collabora.com> Date: Wed, 14 Dec 2016 22:17:19 +0900 Subject: [PATCH] Add python3-paramiko dependency `ade` uses paramiko module. Signed-off-by: Justin Kim <justin.kim@collabora.com> Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5278 --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index edd1669..1a032f0 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), python3-argcomplete, python3-xdg, + python3-paramiko, Standards-Version: 3.9.8 Package: apertis-dev-tools @@ -16,6 +17,7 @@ Depends: ${pythons3:Depends}, python3-argcomplete, python3-xdg, + python3-paramiko, Recommends: gcc-arm-linux-gnueabihf Description: Apertis development tools to help building, deploying and debugging applications -- GitLab