There's a closed pull request on the void-packages repository python3-openssl: update to 24.0.0. https://github.com/void-linux/void-packages/pull/48442 Description: #### 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 ``` With this update, the error is resolved.