New review comment by abdeoliveira on void-packages repository https://github.com/void-linux/void-packages/pull/41672#discussion_r1096569094 Comment: Checking fails complaining the missing module `six`. My guess is that older versions of `paramiko` depended on `six`which is no longer true. These are the latest error lines : ``` from paramiko.pkey import PKey /usr/lib/python3.11/site-packages/paramiko/pkey.py:30: in import six E ModuleNotFoundError: No module named 'six' ```