From 90d3e4657471ac3b5515b54d479409a6917526bc Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Wed, 26 Apr 2023 11:04:24 +0200 Subject: [PATCH] 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. Depends-On: I90274181c1e027d9b17a556fa1ac4767cbf6b5d0 Change-Id: I448c189bdb034e69c3ba69e799bd025333f5f3d1 --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4dad4d7..05611e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,6 @@ # process, which may cause wedges in the gate later. libvirt-python>=6.0.0 # LGPLv2+ -pyasn1>=0.4.8 # BSD -pysnmp>=4.2.3 # BSD +pysnmp-lextudio>=5.0.0 # BSD +pyasn1-lextudio>=1.1.0 # BSD +pyasn1-modules-lextudio>=0.2.0 # BSD