From 77c503a0a6434b45f64bd76e1c8e41227bffed03 Mon Sep 17 00:00:00 2001 From: Rouven Czerwinski Date: Tue, 24 Sep 2024 09:43:05 +0200 Subject: [PATCH] pyproject: allow pysnmp newer than 6.x With the new asyncio based handling we can unlock the pysnmp dependency. The lexstudio fork has also taken over maintenance of pysnmp on pypi, so switch back to pysnmp. Signed-off-by: Rouven Czerwinski --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6eab8df10..048ddeaf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ pyvisa = [ "pyvisa>=1.11.3", "PyVISA-py>=0.5.2", ] -snmp = ["pysnmp-lextudio>=4.4.12, <6"] +snmp = ["pysnmp>6"] vxi11 = ["python-vxi11>=0.9"] xena = ["xenavalkyrie>=3.0.1"] deb = [ @@ -80,7 +80,7 @@ deb = [ "onewire>=0.2", # labgrid[snmp] - "pysnmp-lextudio>=4.4.12, <6", + "pysnmp>6", ] dev = [ # references to other optional dependency groups @@ -114,7 +114,7 @@ dev = [ "PyVISA-py>=0.5.2", # labgrid[snmp] - "pysnmp-lextudio>=4.4.12, <6", + "pysnmp>6", # labgrid[vxi11] "python-vxi11>=0.9",