summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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']