From 3b25004970a99a77289b168ed2c3ba7f5965eca3 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 30 Nov 2020 18:53:59 -0500 Subject: [PATCH] debian: Add python3-openssl as build dependency for tests Signed-off-by: James Valleroy --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index a81b7cfc0..5654161dc 100644 --- a/debian/control +++ b/debian/control @@ -32,6 +32,7 @@ Build-Depends: python3-flake8, python3-gi, python3-markupsafe, + python3-openssl, python3-pampy, python3-paramiko, python3-psutil,