From: Guido Günther Date: Thu, 29 Sep 2022 14:40:10 +0000 (+0200) Subject: Build-depend on python3-filelock X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5155e98b3cac28a32f20ac369e28e9fa78676fd4;p=tools%2Fgit-buildpackage.git Build-depend on python3-filelock This works around #1020024 --- diff --git a/debian/control b/debian/control index c5de80dc..cb94eb5e 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: python3, python3-coverage, python3-dateutil, + python3-filelock, python3-mock, python3-nose, python3-nosexcover,