[elbe-devel] [PATCH v2 7/7] setup.py: Add client dependencies as requirements

Bastian Germann bage at linutronix.de
Tue Dec 20 11:31:30 CET 2022


Add the Python dependencies that are required to run the SOAP
client as install_requires.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 setup.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/setup.py b/setup.py
index 5ac971c5b6..b629684fd0 100644
--- a/setup.py
+++ b/setup.py
@@ -73,4 +73,10 @@ setup(name='elbe',
                     'schema': ["dbsfed.xsd", "xml.xsd"]},
       scripts=['elbe'],
       cmdclass={"install": my_install},
+      install_requires=["lxml",
+                        "Mako",
+                        "passlib",
+                        "pycdlib",
+                        "python-debian",
+                        "suds-community"]
       )
-- 
2.30.2



More information about the elbe-devel mailing list