From 1f645f1d983b3bcf81c35f40f3057ba0c706d0df Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Tue, 11 Mar 2014 07:55:16 +0100 Subject: require openlmi-tools instead of openlmi-scripts Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command. --- commands/account/setup.py.skel | 2 +- commands/hardware/setup.py.skel | 2 +- commands/journald/setup.py.skel | 2 +- commands/logicalfile/setup.py.skel | 2 +- commands/networking/setup.py.skel | 2 +- commands/powermanagement/setup.py.skel | 2 +- commands/service/setup.py.skel | 2 +- commands/software/setup.py.skel | 2 +- commands/storage/setup.py.skel | 2 +- commands/system/setup.py.skel | 2 +- 10 files changed, 10 insertions(+), 10 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'], diff --git a/commands/hardware/setup.py.skel b/commands/hardware/setup.py.skel index 7f85956..b9f9738 100644 --- a/commands/hardware/setup.py.skel +++ b/commands/hardware/setup.py.skel @@ -30,7 +30,7 @@ setup( 'Environment :: Console', ], - install_requires=['openlmi-scripts >= 0.2.7'], + install_requires=['openlmi-tools >= 0.9.1'], namespace_packages=['lmi', 'lmi.scripts'], packages=['lmi', 'lmi.scripts', 'lmi.scripts.hardware'], diff --git a/commands/journald/setup.py.skel b/commands/journald/setup.py.skel index 08cb4a2..8bcbfca 100644 --- a/commands/journald/setup.py.skel +++ b/commands/journald/setup.py.skel @@ -30,7 +30,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.journald'], diff --git a/commands/logicalfile/setup.py.skel b/commands/logicalfile/setup.py.skel index 466c6af..5c8f6e2 100644 --- a/commands/logicalfile/setup.py.skel +++ b/commands/logicalfile/setup.py.skel @@ -29,7 +29,7 @@ setup( 'Environment :: Console', ], - install_requires=['openlmi-scripts >= 0.2.4'], + install_requires=['openlmi-tools >= 0.9.1'], namespace_packages=['lmi', 'lmi.scripts' ], packages=['lmi', 'lmi.scripts', 'lmi.scripts.logicalfile'], diff --git a/commands/networking/setup.py.skel b/commands/networking/setup.py.skel index 6dabfdd..670242a 100644 --- a/commands/networking/setup.py.skel +++ b/commands/networking/setup.py.skel @@ -30,7 +30,7 @@ setup( 'Environment :: Console', ], - install_requires=['openlmi-scripts >= 0.2.7', 'IPy'], + install_requires=['openlmi-tools >= 0.9.1', 'IPy'], namespace_packages=['lmi', 'lmi.scripts'], packages=['lmi', 'lmi.scripts', 'lmi.scripts.networking'], diff --git a/commands/powermanagement/setup.py.skel b/commands/powermanagement/setup.py.skel index 5fe420d..928dfb6 100644 --- a/commands/powermanagement/setup.py.skel +++ b/commands/powermanagement/setup.py.skel @@ -30,7 +30,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.powermanagement'], diff --git a/commands/service/setup.py.skel b/commands/service/setup.py.skel index 105379e..e2ff43a 100644 --- a/commands/service/setup.py.skel +++ b/commands/service/setup.py.skel @@ -29,7 +29,7 @@ setup( 'Environment :: Console', ], - install_requires=['openlmi-scripts >= 0.2.4'], + install_requires=['openlmi-tools >= 0.9.1'], namespace_packages=['lmi', 'lmi.scripts'], packages=['lmi', 'lmi.scripts', 'lmi.scripts.service'], diff --git a/commands/software/setup.py.skel b/commands/software/setup.py.skel index 834d05b..a39ee7e 100644 --- a/commands/software/setup.py.skel +++ b/commands/software/setup.py.skel @@ -29,7 +29,7 @@ setup( 'Environment :: Console', ], - install_requires=['openlmi-scripts >= 0.2.7', 'openlmi-tools >= 0.9'], + install_requires=['openlmi-tools >= 0.9.1'], namespace_packages=['lmi', 'lmi.scripts'], packages=['lmi', 'lmi.scripts', 'lmi.scripts.software'], diff --git a/commands/storage/setup.py.skel b/commands/storage/setup.py.skel index 93ddf3f..2d757be 100644 --- a/commands/storage/setup.py.skel +++ b/commands/storage/setup.py.skel @@ -29,7 +29,7 @@ setup( 'Environment :: Console', ], - install_requires=['openlmi-scripts >= 0.2.7', 'openlmi-tools'], + install_requires=['openlmi-tools >= 0.9.1'], namespace_packages=['lmi', 'lmi.scripts' ], packages=[ diff --git a/commands/system/setup.py.skel b/commands/system/setup.py.skel index 71c3bfe..164b32e 100644 --- a/commands/system/setup.py.skel +++ b/commands/system/setup.py.skel @@ -30,7 +30,7 @@ setup( 'Environment :: Console', ], - install_requires=['openlmi-scripts >= 0.2.7', 'openlmi-scripts-service'], + install_requires=['openlmi-tools >= 0.9.1', 'openlmi-scripts-service'], namespace_packages=['lmi', 'lmi.scripts'], packages=['lmi', 'lmi.scripts', 'lmi.scripts.system'], -- cgit