From b3bc80ba5d998db19587a73dd935401ce0417b17 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 5 May 2021 21:26:42 +0200 Subject: [PATCH] d/t/control: Depends on python3-all to improve support This prevent failure when using multiple py3 version Thanks-to: <@tumbleweed> Signed-off-by: Philippe Coval --- debian/tests/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/tests/control b/debian/tests/control index 89cef24dd9..54406d0dbe 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,6 +1,7 @@ Tests: testsuite Depends: @, + python3-all, python3-pytest, python3-cryptography, python3-dateutil,