Migrate to pysnmp lextudio ecosystem
The pysnmp library is not maintained since 4 years now and it's incompatible with recent libraries like pyasn1. Its fork pysnmp-lextudio is regularly maintained, we should move to that. For more info see https://github.com/etingof/pysnmp/issues/429 Change-Id: Ic37805b39054b1d6a4a4c69a8faf57b512d920a0
This commit is contained in:
parent
a07293a63f
commit
56c507344d
@ -6,7 +6,9 @@ oslo.utils>=3.20.0 # Apache-2.0
|
||||
jsonschema>=2.6.0 # MIT
|
||||
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
|
||||
retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
||||
pysnmp>=4.2.3,<5.0.0 # BSD
|
||||
pysnmp-lextudio>=5.0.0 # BSD
|
||||
pyasn1-lextudio>=1.1.0 # BSD
|
||||
pyasn1-modules-lextudio>=0.2.0 # BSD
|
||||
|
||||
# Redfish communication uses the Sushy library
|
||||
sushy>=4.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user