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 <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2020-10-02 16:54:55 -07:00
parent 9ef9a0fb1c
commit fe183dbc72
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

1
debian/control vendored
View File

@ -44,6 +44,7 @@ Build-Depends:
python3-setuptools,
python3-setuptools-git,
python3-yaml,
sshpass,
xmlto,
xsltproc
Standards-Version: 4.5.0