Skip to content

Commit

Permalink
build: depends on pysnmp-lextudio < 6
Browse files Browse the repository at this point in the history
The cmdgen API has been wiped out. I suppose everything needs to be
rewritten to use hlapi instead.
  • Loading branch information
vincentbernat committed Mar 2, 2024
1 parent e2f0bc9 commit 8816a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run_tests(self, *args, **kwds):
cffi_modules=(not rtd and ["snimpy/smi_build.py:ffi"] or []),
install_requires=[
"cffi >= 1.0.0",
"pysnmp-lextudio >= 4",
"pysnmp-lextudio >= 4, < 6",
'pyasyncore; python_version >= "3.12"',
"setuptools",
],
Expand Down

0 comments on commit 8816a7a

Please sign in to comment.