NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
294 stars 41 forks source link

Pin Python to version compatible with PyKMIP. #1155

Closed ximon18 closed 10 months ago

ximon18 commented 10 months ago

Work around the backward incompatible Python removal of deprecated ssl.wrap_socket() function which breaks PyKMIP (as there is no newer version of PyKMIP to upgrade to which would follow the change in Python).

From: https://docs.python.org/3/whatsnew/3.12.html#ssl

Remove the ssl.wrap_socket() function, deprecated in Python 3.7