emilsvennesson / script.module.inputstreamhelper

A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback.
MIT License
133 stars 49 forks source link

Python 3.12 removing distutils #550

Closed horstle closed 4 months ago

horstle commented 1 year ago

Python 3.12 will finally remove the long-deprecated distutils. So the fallback for parse_version() will no longer work. I don't think we can assume, that packaging will be installed everywhere.