Skip to content

Commit aa2549c

Browse files
pyproject.toml: move pysnmp -> pysnmp-lextudio, drop unnecessary pysnmp-mibs
The original author of pysnmp passed away and the lextudio folks took over maintenance [1]. A request to take over the pysnmp PyPi project is pending [2]. Let's move the the maintained fork rather now than later. While at it, drop the pysnmp-mibs dependency altogether, because this is no longer required for pysnmp>=4.3 [3]. [1] etingof/pysnmp#429 [2] pypi/support#2420 [3] https://github.com/lextudio/pysnmp-mibs/blob/master/README.md Signed-off-by: Bastian Krause <[email protected]>
1 parent c3253c4 commit aa2549c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ pyvisa = [
6363
"pyvisa>=1.11.3",
6464
"PyVISA-py>=0.5.2",
6565
]
66-
snmp = [
67-
"pysnmp>=4.4.12",
68-
"pysnmp-mibs>=0.1.6",
69-
]
66+
snmp = ["pysnmp-lextudio>=4.4.12"]
7067
vxi11 = ["python-vxi11>=0.9"]
7168
xena = ["xenavalkyrie>=3.0.1"]
7269
deb = [
@@ -77,8 +74,7 @@ deb = [
7774
"onewire>=0.2",
7875

7976
# labgrid[snmp]
80-
"pysnmp>=4.4.12",
81-
"pysnmp-mibs>=0.1.6",
77+
"pysnmp-lextudio>=4.4.12",
8278
]
8379
dev = [
8480
# references to other optional dependency groups
@@ -111,8 +107,7 @@ dev = [
111107
"PyVISA-py>=0.5.2",
112108

113109
# labgrid[snmp]
114-
"pysnmp>=4.4.12",
115-
"pysnmp-mibs>=0.1.6",
110+
"pysnmp-lextudio>=4.4.12",
116111

117112
# labgrid[vxi11]
118113
"python-vxi11>=0.9",

0 commit comments

Comments
 (0)