Keep using pysnmp-lextudio to avoid conflict installation

The pysnmp-lextudio version is more recent and maintained, we should
keep using that for the time being to avoid conflicts of
installation with ironic, while using simple pyasn1.

Change-Id: Icb6e7779100b676685e227e225fde5c392141333
This commit is contained in:
Riccardo Pittau 2024-03-15 10:43:15 +01:00
parent 68e2d8a51c
commit f655e23cef
1 changed files with 3 additions and 1 deletions

View File

@ -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>=0.5.1 # BSD
pyasn1-modules>=0.3.0 # BSD
# Redfish communication uses the Sushy library
sushy>=4.5.0