summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2012-09-20 13:31:52 -0500
committerGeorge Kraft <george.kraft@calxeda.com>2012-09-20 13:31:52 -0500
commitf07a9349fe30cf58e051ef29c3704adfa805e111 (patch)
tree03f0517fa7aef392489a01894b13f6356ac7124d
parent8b10a48e1966c9af46fc0d8b0a7eaa100283ac0a (diff)
downloadcxmanage-f07a9349fe30cf58e051ef29c3704adfa805e111.tar.gz
Bump pyipmi requirement to 0.5.0
-rwxr-xr-xscripts/cxmanage2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cxmanage b/scripts/cxmanage
index f7d95a2..2f667b8 100755
--- a/scripts/cxmanage
+++ b/scripts/cxmanage
@@ -42,7 +42,7 @@ import pkg_resources
from cxmanage.controller import Controller
-PYIPMI_VERSION = '0.4.0'
+PYIPMI_VERSION = '0.5.0'
# Load plugins
PREFIX = 'cxmanage_plugin'
diff --git a/setup.py b/setup.py
index e74b22e..c43d98c 100755
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ setup(
description='Calxeda Management Utility',
# NOTE: As of right now, the pyipmi version requirement needs to be updated
# in the scripts/cxmanage check_versions() function as well.
- install_requires=['tftpy', 'pyipmi>=0.4.0', 'argparse'],
+ install_requires=['tftpy', 'pyipmi>=0.5.0', 'argparse'],
classifiers=[
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2.7']