From fe183dbc722fd87b76a4387e094c50fdbbc5211c Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 2 Oct 2020 16:54:55 -0700 Subject: [PATCH] debian/control: Add sshpass as build dependency - Required only by tests when run as superuser. However, it's addition makes it very uniform to ensure that all dependencies are pre-installed in a container when running tests. - We may find ways to run root user tests in future. - The package seems very stable. Signed-off-by: Sunil Mohan Adapa --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index f90820a40..ce92fd915 100644 --- a/debian/control +++ b/debian/control @@ -44,6 +44,7 @@ Build-Depends: python3-setuptools, python3-setuptools-git, python3-yaml, + sshpass, xmlto, xsltproc Standards-Version: 4.5.0