Skip to content

Commit 9ebce94

Browse files
committed
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 <r.czerwinski@pengutronix.de>
1 parent d9803bc commit 9ebce94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pyvisa = [
6969
"pyvisa>=1.11.3",
7070
"PyVISA-py>=0.5.2",
7171
]
72-
snmp = ["pysnmp-lextudio>=4.4.12, <6"]
72+
snmp = ["pysnmp>6"]
7373
vxi11 = ["python-vxi11>=0.9"]
7474
xena = ["xenavalkyrie>=3.0.1"]
7575
deb = [
@@ -80,7 +80,7 @@ deb = [
8080
"onewire>=0.2",
8181

8282
# labgrid[snmp]
83-
"pysnmp-lextudio>=4.4.12, <6",
83+
"pysnmp>6",
8484
]
8585
dev = [
8686
# references to other optional dependency groups
@@ -114,7 +114,7 @@ dev = [
114114
"PyVISA-py>=0.5.2",
115115

116116
# labgrid[snmp]
117-
"pysnmp-lextudio>=4.4.12, <6",
117+
"pysnmp>6",
118118

119119
# labgrid[vxi11]
120120
"python-vxi11>=0.9",

0 commit comments

Comments
 (0)