Package pysnmp doesnt work with pyasn1=0.5.0
Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/pysnmp/carrier/asyncore/dispatch.py", line 45, in runDispatcher loop(timeout or self.getTimerResolution() ..... TypeError: decodeMessageVersion.<locals>.<lambda>() takes 3 positional arguments but 4 were given
This appears to be fixed in 0.6.0 which is stable in the tree. I believe this issue can be closed.
Thanks!