summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2013-12-19 09:19:45 -0600
committerGeorge Kraft <george.kraft@calxeda.com>2013-12-19 09:19:45 -0600
commitdb1c8faa73847b525f9a27dbb7310bb1b27bc2b4 (patch)
tree4fe27a21c754f2d21e096bd3c30755c4f2188445 /setup.py
parent574dc8393fd1dd44e9e4fca83532e4c99f56633c (diff)
downloadcxmanage-master.tar.gz
nojira: Bump to v0.11.0, bump pyipmi/ipmitool requirementsHEADv0.11.0master
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8d3bc15..fa1974a 100644
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ setup(
install_requires=[
'tftpy',
'pexpect',
- 'pyipmi>=0.9.1',
+ 'pyipmi>=0.11.0',
'argparse',
'unittest-xml-reporting',
'mock'