There is a new pull request by agausmann against master on the void-packages repository https://github.com/agausmann/void-packages python3-openssl-24 https://github.com/void-linux/void-packages/pull/48442 python3-openssl: update to 24.0.0. #### Testing the changes - I tested the changes in this PR: **briefly** In the previous version, I get this error message when trying to run `deluged`: ``` pkg_resources.DistributionNotFound: The 'cryptography<42,>=41.0.5' distribution was not found and is required by pyopenssl ``` It seems that python3-cryptography was updated to a version that is incompatible with the current version of pyopenssl. With this update, the error is resolved. A patch file from https://github.com/void-linux/void-packages/pull/48442.patch is attached