summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2012-12-12 15:04:33 -0600
committerGeorge Kraft <george.kraft@calxeda.com>2012-12-12 15:04:33 -0600
commit5cd705b7c8fd23adf0ba100642c32457e27e188b (patch)
tree6a8f950c723478ca38e0665bc332cd1d863bb03a
parent15cf8e55b35c6729b3d0188b8ab839a387834f9c (diff)
downloadcxmanage-5cd705b7c8fd23adf0ba100642c32457e27e188b.tar.gz
Bump pyipmi requirement to v0.6.2
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7967304..4a5a9c8 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
# at the top of scripts/cxmanage as well.
install_requires=[
'tftpy',
- 'pyipmi>=0.6.1',
+ 'pyipmi>=0.6.2',
'argparse',
'sphinx',
'cloud_sptheme'