summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2013-09-16 10:30:30 +0200
committerJan Synacek <jsynacek@redhat.com>2013-09-16 10:30:30 +0200
commitccba7d7f6dd493fd4719fe68fa1c3e23b272ebbd (patch)
tree8b5f925abebdabc495556e36e5c59f5d0e517253 /commands
parent5e74b62283c256d5b0ef7b1256b7cc2f49b3b733 (diff)
downloadopenlmi-scripts-ccba7d7f6dd493fd4719fe68fa1c3e23b272ebbd.tar.gz
openlmi-scripts-ccba7d7f6dd493fd4719fe68fa1c3e23b272ebbd.tar.xz
openlmi-scripts-ccba7d7f6dd493fd4719fe68fa1c3e23b272ebbd.zip
logicalfile: don't depend on openlmi-tools
openlmi-scripts already does that.
Diffstat (limited to 'commands')
-rw-r--r--commands/logicalfile/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/logicalfile/setup.py b/commands/logicalfile/setup.py
index 33cea31..18adcac 100644
--- a/commands/logicalfile/setup.py
+++ b/commands/logicalfile/setup.py
@@ -32,7 +32,7 @@ setup(
'Environment :: Console',
],
- install_requires=['openlmi-scripts', 'openlmi-tools'],
+ install_requires=['openlmi-scripts'],
namespace_packages=['lmi', 'lmi.scripts' ],
packages=['lmi', 'lmi.scripts', 'lmi.scripts.logicalfile'],