summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorMichal Arbet <michal.arbet@ultimum.io>2018-08-29 14:17:36 +0200
committerMichal Arbet <michal.arbet@ultimum.io>2018-09-05 16:18:35 +0200
commit3749cd618b2b7dfc4442de06dfa5c876f9639bc7 (patch)
treef0d9562d511bdb16d4bac5b4a55c3d849b0fb3c9 /driver-requirements.txt
parent0a10eb7794e1543ce2be09c0a55b62fa005b0710 (diff)
downloadironic-3749cd618b2b7dfc4442de06dfa5c876f9639bc7.tar.gz
Fix async keyword for Python 3.7
In Python 3.7, async becomes a keyword, and therefore we need to change variable async. The passthru() previously had async and async_call, we just remove the old parameter. scciclient moved from async to do_async as parameter, so we use that. Change-Id: I35cb34d9ba78186de88ff7b56ab89ee6e24db6e6
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index e8cb3f36a..0a0ade982 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -8,7 +8,7 @@ proliantutils>=2.6.0
pysnmp>=4.3.0,<5.0.0
python-ironic-inspector-client>=1.5.0
python-oneviewclient<3.0.0,>=2.5.2
-python-scciclient>=0.7.2
+python-scciclient>=0.8.0
python-ilorest-library>=2.1.0
hpOneView>=4.4.0
UcsSdk==0.8.2.2