[elbe-devel] [PATCH 1/3] debian control: add python3-lxml and python3-mako build deps again

Torben Hohn torben.hohn at linutronix.de
Wed Jul 15 17:35:00 CEST 2020


lxml and mako are needed by elbe xsdtoasciido, which is run during
the build.

1daf4493b4df ("Remove unnecessary python build dependencies") also removed
these, which was wrong. only the python2 versions are not needed anymore.

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 853659dec..cb993e97c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Build-Depends: debhelper (>= 9),
   python (>= 2.7~),
   python3,
   python3-setuptools,
+  python3-lxml,
+  python3-mako,
   dia,
   asciidoc,
   xmlto,
-- 
2.20.1



More information about the elbe-devel mailing list