From 40fbcfcff747ce57fe6ed4c01649f314c8d5a681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 16 May 2021 17:21:26 +0100 Subject: [PATCH] Add missing build dependency on python3-dulwich (>= 0.19.12). --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bd6dd2e..cb11c07 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: debhelper-compat (= 12), python3-debmutate, python3-lz4, python3-setuptools, - brz-debian + brz-debian, + python3-dulwich (>= 0.19.12) Source: ognibuild Priority: optional Section: devel