Status: tags -1 + patch

[Helmut Grohne]
> | ModuleNotFoundError: No module named 'defusedxml'

I suspect this patch will fix the issue.

diff --git a/debian/control b/debian/control
index 0ae7774..e89bb74 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  python3,
  python3-bcrypt <!nocheck>,
  python3-dateutil (>= 2.7.3),
- python3-defusedxml <!nocheck>,
+ python3-defusedxml,
  python3-passlib <!nocheck>,
  python3-pkg-resources,
  python3-pytest <!nocheck>,

-- 
Happy hacking
Petter Reinholdtsen

Reply via email to