mirror of
https://opendev.org/openstack/ironic.git
synced 2026-01-16 23:01:47 +00:00
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. Change-Id: I3b7b5c0cf2f7d669b265669d27e0eaca0dd1fc2a
This commit is contained in:
parent
832275015a
commit
c8c83ef544
2 changed files with 6 additions and 2 deletions
|
|
@ -5,7 +5,9 @@
|
|||
|
||||
# These are available on pypi
|
||||
proliantutils>=2.14.0
|
||||
pysnmp>=4.3.0,<5.0.0
|
||||
pysnmp-lextudio>=5.0.0 # BSD
|
||||
pyasn1-lextudio>=1.1.0 # BSD
|
||||
pyasn1-modules-lextudio>=0.2.0 # BSD
|
||||
python-scciclient>=0.12.2
|
||||
python-dracclient>=5.1.0,<9.0.0
|
||||
python-xclarityclient>=0.1.6
|
||||
|
|
|
|||
|
|
@ -13,5 +13,7 @@ stestr>=2.0.0 # Apache-2.0
|
|||
psycopg2>=2.8.5 # LGPL/ZPL
|
||||
testtools>=2.5.0 # MIT
|
||||
WebTest>=2.0.27 # MIT
|
||||
pysnmp>=4.4.12
|
||||
pysnmp-lextudio>=5.0.0 # BSD
|
||||
pyasn1-lextudio>=1.1.0 # BSD
|
||||
pyasn1-modules-lextudio>=0.2.0 # BSD
|
||||
bandit!=1.6.0,>=1.1.0,<2.0.0 # Apache-2.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue