summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-02-28 14:35:00 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-02-28 14:35:00 +0100
commitb06882c2941c5b028e84b96e8fbbda1d33cc690a (patch)
treec9329b70bdfe10b56f6477701dd43b4819728262 /commands
parentdc9ee82d71ac65301d57337a5e890100134b632a (diff)
downloadopenlmi-scripts-b06882c2941c5b028e84b96e8fbbda1d33cc690a.tar.gz
openlmi-scripts-b06882c2941c5b028e84b96e8fbbda1d33cc690a.tar.xz
openlmi-scripts-b06882c2941c5b028e84b96e8fbbda1d33cc690a.zip
System: added dependency on openlmi-scripts-service
Diffstat (limited to 'commands')
-rw-r--r--commands/system/README.md2
-rw-r--r--commands/system/setup.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/commands/system/README.md b/commands/system/README.md
index b80dfa4..728eb01 100644
--- a/commands/system/README.md
+++ b/commands/system/README.md
@@ -1,3 +1,5 @@
General system information available in OpenLMI providers.
This command allows to list general information about system.
+
+Requires: openlmi-scripts-service
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'],