From 3650ef8137cec20795510ca24954651a32e6b725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 21 Aug 2023 12:08:04 +0200 Subject: [PATCH] debian/control: Add explicit tests dependency on python3 It's already required since we do require python modules, but let's make it more explicit to please lintian --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index dc9e360d..7f05cd4f 100644 --- a/debian/control +++ b/debian/control @@ -175,6 +175,7 @@ Package: libfprint-2-tests Architecture: any Depends: gir1.2-fprint-2.0 (= ${binary:Version}), libfprint-2-2 (= ${binary:Version}), + python3, python3-cairo, python3-gi, umockdev,