Skip to content

Commit

Permalink
Merge pull request #1186 from Bastian-Krause/bst/pysnmp-update
Browse files Browse the repository at this point in the history
pyproject.toml: move pysnmp -> pysnmp-lextudio, drop unnecessary pysnmp-mibs
  • Loading branch information
Bastian-Krause committed Jun 7, 2023
2 parents 9c2ac11 + aa2549c commit 0a19c6c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pyproject.toml
Expand Up @@ -63,10 +63,7 @@ pyvisa = [
"pyvisa>=1.11.3",
"PyVISA-py>=0.5.2",
]
snmp = [
"pysnmp>=4.4.12",
"pysnmp-mibs>=0.1.6",
]
snmp = ["pysnmp-lextudio>=4.4.12"]
vxi11 = ["python-vxi11>=0.9"]
xena = ["xenavalkyrie>=3.0.1"]
deb = [
Expand All @@ -77,8 +74,7 @@ deb = [
"onewire>=0.2",

# labgrid[snmp]
"pysnmp>=4.4.12",
"pysnmp-mibs>=0.1.6",
"pysnmp-lextudio>=4.4.12",
]
dev = [
# references to other optional dependency groups
Expand Down Expand Up @@ -111,8 +107,7 @@ dev = [
"PyVISA-py>=0.5.2",

# labgrid[snmp]
"pysnmp>=4.4.12",
"pysnmp-mibs>=0.1.6",
"pysnmp-lextudio>=4.4.12",

# labgrid[vxi11]
"python-vxi11>=0.9",
Expand Down

0 comments on commit 0a19c6c

Please sign in to comment.