Update min required version of scciclient
For compatibility with pysnmp-lextudio and pyasn1 we increase the minimum required version of python-scciclient to latest available. Also capping proliantutils to avoid breaking changes. Change-Id: I64587d24383dc05927135d7e7e3a2a6975a58558
This commit is contained in:
parent
cd117d1ed9
commit
388b9ddcac
@ -4,11 +4,11 @@
|
|||||||
# python projects they should package as optional dependencies for Ironic.
|
# python projects they should package as optional dependencies for Ironic.
|
||||||
|
|
||||||
# These are available on pypi
|
# These are available on pypi
|
||||||
proliantutils>=2.16.2
|
proliantutils>=2.16.2,<2.17.0
|
||||||
pysnmp-lextudio>=5.0.0 # BSD
|
pysnmp-lextudio>=5.0.0 # BSD
|
||||||
pyasn1>=0.5.1 # BSD
|
pyasn1>=0.5.1 # BSD
|
||||||
pyasn1-modules>=0.3.0 # BSD
|
pyasn1-modules>=0.3.0 # BSD
|
||||||
python-scciclient>=0.15.0
|
python-scciclient>=0.16.0,<0.17.0
|
||||||
python-dracclient>=5.1.0,<9.0.0
|
python-dracclient>=5.1.0,<9.0.0
|
||||||
python-xclarityclient>=0.1.6
|
python-xclarityclient>=0.1.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user