[elbe-devel] [PATCH 20/37] Add build dependencies for tests

Benedikt Spranger b.spranger at linutronix.de
Wed Feb 7 15:28:47 CET 2024


E.L.B.E. is capable to perform unit tests. Add the nessesary test
dependencies to be able to run these tests during build.

Signed-off-by: Benedikt Spranger <b.spranger at linutronix.de>
---
 debian/control | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e74d591a..401bb381 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,13 @@ Build-Depends: debhelper-compat (= 12),
   source-highlight,
   git,
   xml-core,
-  pandoc
+  pandoc,
+  python3-beaker,
+  python3-cherrypy3,
+  python3-debian,
+  python3-passlib,
+  python3-spyne,
+  python3-sqlalchemy
 Standards-Version: 3.9.6
 Rules-Requires-Root: no
 Homepage: http://elbe-rfs.org
-- 
2.43.0



More information about the elbe-devel mailing list