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
(cherry picked from commit f6b9f34358)
This commit is contained in:
Julia Kreger 2020-05-14 10:05:50 -07:00 committed by Riccardo Pittau
parent aaa7fe765a
commit 3904d0202f
1 changed files with 2 additions and 1 deletions

View File

@ -17,4 +17,5 @@ sushy>=1.9.0
ansible>=2.5
# HUAWEI iBMC hardware type uses the python-ibmcclient library
python-ibmcclient>=0.1.0
python-ibmcclient>=0.1.0,<0.2.0