summaryrefslogtreecommitdiffstats
path: root/commands/account/setup.py.skel
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2014-03-11 07:55:16 +0100
committerMichal Minar <miminar@redhat.com>2014-04-24 10:03:32 +0200
commit1f645f1d983b3bcf81c35f40f3057ba0c706d0df (patch)
tree0cdf429e98644d49f17e483c817d96ccc3b0d464 /commands/account/setup.py.skel
parent2a78da4f98a583a382c553f2e1fc68299210e7d5 (diff)
downloadopenlmi-scripts-1f645f1d983b3bcf81c35f40f3057ba0c706d0df.tar.gz
openlmi-scripts-1f645f1d983b3bcf81c35f40f3057ba0c706d0df.tar.xz
openlmi-scripts-1f645f1d983b3bcf81c35f40f3057ba0c706d0df.zip
require openlmi-tools instead of openlmi-scripts
Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command.
Diffstat (limited to 'commands/account/setup.py.skel')
-rw-r--r--commands/account/setup.py.skel2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/setup.py.skel b/commands/account/setup.py.skel
index 86df908..582f101 100644
--- a/commands/account/setup.py.skel
+++ b/commands/account/setup.py.skel
@@ -29,7 +29,7 @@ setup(
'Environment :: Console',
],
- install_requires=['openlmi-scripts'],
+ install_requires=['openlmi-tools >= 0.9.1'],
namespace_packages=['lmi', 'lmi.scripts'],
packages=['lmi', 'lmi.scripts', 'lmi.scripts.account'],