From 6ce2fb88ceace90c150f8dfa9012921ed88eca4e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Fri, 9 Dec 2016 10:10:58 +0100 Subject: [PATCH] debian: add dep on python modules ade uses the argcomplete and xdg python modules. Also add them as build-dep as ade is run during the build for testing. Signed-off-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5214 --- debian/control | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index b4a0684..fa00afb 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,10 @@ Source: apertis-dev-tools Section: devel Priority: extra Maintainer: Apertis package maintainers <packagers@lists.apertis.org> -Build-Depends: debhelper (>= 9) +Build-Depends: + debhelper (>= 9), + python3-argcomplete, + python3-xdg, Standards-Version: 3.9.8 Package: apertis-dev-tools @@ -10,6 +13,8 @@ Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, - ${pythons3:Depends} + ${pythons3:Depends}, + python3-argcomplete, + python3-xdg, Description: Apertis development tools to help building, deploying and debugging applications -- GitLab