From f57623c317abc1fb45c9f2df6aeb0786b44f8019 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com> Date: Fri, 28 Jun 2019 17:35:01 +0200 Subject: [PATCH] d/control: Add new beautifulsoup requirements from cgit lister Related T1835 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 55c6aa62..a9e5f449 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-arrow, + python3-bs4, python3-dateutil, python3-debian, python3-iso8601, -- GitLab