summaryrefslogtreecommitdiffstats
path: root/commands/system/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'commands/system/setup.py')
-rw-r--r--commands/system/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/system/setup.py b/commands/system/setup.py
index 616a3e9..57b07a7 100644
--- a/commands/system/setup.py
+++ b/commands/system/setup.py
@@ -30,7 +30,7 @@ setup(
'Environment :: Console',
],
- install_requires=['openlmi-scripts >= 0.2.7'],
+ install_requires=['openlmi-scripts >= 0.2.7', 'openlmi-scripts-service'],
namespace_packages=['lmi', 'lmi.scripts'],
packages=['lmi', 'lmi.scripts', 'lmi.scripts.system'],