Hi, here's a patch that adds the newly required dependency on python3-lxml- html-clean.
Kind regards, Bruno
diff --git a/debian/control b/debian/control
index 11e717a..4c24515 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Build-Depends-Indep: appstream-util <!nocheck>,
python3-html5lib,
python3-listparser,
python3-lxml,
+ python3-lxml-html-clean,
python3-pil,
python3-pygments,
python3-readability,
@@ -50,6 +51,7 @@ Depends: gir1.2-adw-1,
python3-humanize,
python3-listparser,
python3-lxml,
+ python3-lxml-html-clean,
python3-magic,
python3-pil,
python3-pygments,
diff --git a/debian/control.in b/debian/control.in
index 34fc4bd..5658308 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -22,6 +22,7 @@ Build-Depends-Indep: appstream-util <!nocheck>,
python3-html5lib,
python3-listparser,
python3-lxml,
+ python3-lxml-html-clean,
python3-pil,
python3-pygments,
python3-readability,
@@ -46,6 +47,7 @@ Depends: gir1.2-adw-1,
python3-humanize,
python3-listparser,
python3-lxml,
+ python3-lxml-html-clean,
python3-magic,
python3-pil,
python3-pygments,
signature.asc
Description: This is a digitally signed message part

