Skip to content

Commit

Permalink
build: too recent pyasn1 broke pysnmp
Browse files Browse the repository at this point in the history
Sigh... It should be a push to update the code to make it work with more
recent versions of PySNMP.
  • Loading branch information
vincentbernat committed Oct 2, 2024
1 parent 7df601f commit f22d199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def run_tests(self, *args, **kwds):
install_requires=[
"cffi >= 1.0.0",
"pysnmp-lextudio >= 4, < 6",
"pyasn1 <= 0.6.0",
'pyasyncore; python_version >= "3.12"',
"setuptools",
],
Expand Down

0 comments on commit f22d199

Please sign in to comment.