Pin the python-ibmcclient upper bounds due to six usage

Python-ibmcclient 0.2.0 uses six, which is not installed by default
as it is not necessary for python3 only usage.

This patch pins the upper bounds until the library can be fixed and
a new version released.

Change-Id: I06136f3f445b6ee4858697e22e8d63ca3d81c137
This commit is contained in:
Julia Kreger 2020-05-14 10:05:50 -07:00
parent c38465eaa8
commit f6b9f34358

View File

@ -17,7 +17,7 @@ sushy>=3.2.0
ansible>=2.7
# HUAWEI iBMC hardware type uses the python-ibmcclient library
python-ibmcclient>=0.1.0
python-ibmcclient>=0.1.0,<0.2.0
# Dell EMC iDRAC sushy OEM extension
sushy-oem-idrac<=1.0.0