Bump pyghmi version to 1.0.3

This patch is bumping the pyghmi version to 1.0.3, this version is
already merged in the global-requirement and is needed for a
subsequently patch configuring the IPMI session timeout.

Change-Id: I35a0bcb4900871002f634fce65855d098cc45057
This commit is contained in:
Lucas Alvares Gomes 2016-05-13 11:59:09 +01:00
parent af00ea2615
commit 02f44894a0
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
pbr>=1.6 # Apache-2.0
six>=1.9.0 # MIT
libvirt-python>=1.2.5 # LGPLv2+
pyghmi>=0.6.11 # Apache-2.0
pyghmi>=1.0.3 # Apache-2.0
PrettyTable>=0.7,<0.8 # BSD