aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-09-29 16:40:10 +0200
committerGuido Günther <agx@sigxcpu.org>2022-09-29 16:45:06 +0200
commit5155e98b3cac28a32f20ac369e28e9fa78676fd4 (patch)
treecb66e2c67f798eef8a75b4ee6d1553d583a25ffa
parent3954043e7960e075c3d822c432a2e8bb7c6c59e7 (diff)
Build-depend on python3-filelock
This works around #1020024
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
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,