Skip to content

Commit

Permalink
pyproject: allow pysnmp newer than 6.x
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Emantor committed Sep 24, 2024
1 parent 889593a commit a723e9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a723e9a

Please sign in to comment.