summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2013-05-03 14:02:05 -0500
committerGeorge Kraft <george.kraft@calxeda.com>2013-05-03 14:02:05 -0500
commite93cf83dd5c343e32b7802d67739ff17f3f7cc0f (patch)
tree60cdd0e9b85b4b28a51cc289f8753e1e3e1b5b75
parent2e55071f34925de7ddc4d300ef620fad23905519 (diff)
downloadcxmanage-e93cf83dd5c343e32b7802d67739ff17f3f7cc0f.tar.gz
Bump requirements: pyipmi>=0.7.1, ipmitool>=-cx5
-rwxr-xr-xscripts/cxmanage4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/cxmanage b/scripts/cxmanage
index 69135e2..101b30b 100755
--- a/scripts/cxmanage
+++ b/scripts/cxmanage
@@ -48,8 +48,8 @@ from cxmanage.commands.ipmitool import ipmitool_command
from cxmanage.commands.ipdiscover import ipdiscover_command
-PYIPMI_VERSION = '0.7.0'
-IPMITOOL_VERSION = '1.8.11.0-cx4'
+PYIPMI_VERSION = '0.7.1'
+IPMITOOL_VERSION = '1.8.11.0-cx5'
PARSER_EPILOG = """examples:
diff --git a/setup.py b/setup.py
index 5e4e07c..dc6ede8 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
install_requires=[
'tftpy',
'pexpect',
- 'pyipmi>=0.7.0',
+ 'pyipmi>=0.7.1',
'argparse',
'sphinx',
'cloud_sptheme'