Bump pyghmi version to 1.0.9

This patch is bumping the pyghmi version to 1.0.9. This version fixes
a problem which tolerates multiple UDP clients reusing the same UDP ports.

Change-Id: I5e3c340b229a7ea8a2afe26bbfad38a47932b45e
Related-Bug: #1548652
This commit is contained in:
Lucas Alvares Gomes
2016-09-12 14:47:30 +01:00
parent 9f4d478bd7
commit d1fa458a83

View File

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