summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2020-05-14 10:05:50 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2020-07-22 19:01:37 +0000
commit6fc5548a78cf9a73d72d6c24b9cec411ca9ef063 (patch)
tree4ba55943270e1b3e2e655635861028ae8ad3e75e
parentf1b2cb74545b4ea75bd551fca61c69f53bb608fd (diff)
downloadironic-6fc5548a78cf9a73d72d6c24b9cec411ca9ef063.tar.gz
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 f6b9f343581eb430cb339dde09bf97915e2e3a7b) (cherry picked from commit 3904d0202fa70942da5b85aa68477851ca234b75)
-rw-r--r--driver-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index da30bcb96..2d5dc2b52 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -22,4 +22,5 @@ sushy>=1.6.0
ansible>=2.4
# HUAWEI iBMC hardware type uses the python-ibmcclient library
-python-ibmcclient>=0.1.0
+python-ibmcclient>=0.1.0,<0.2.0
+