ueber-devel / ueberzug

Continuation of ueberzug
GNU General Public License v3.0
113 stars 6 forks source link

Distutils removed #19

Closed moratismo closed 5 months ago

moratismo commented 6 months ago

Since Python 3.12, the distutils package has been removed from the standard library. This package is used, at least, on conversion.py to convert from string values to boolean. Maybe it could be replaced. The third party package setuptools has integrated a copy of distutils. So, if the functionality that distutils provides can not be replaced, you should consider adding setuptools as a dependency of this project.

eylles commented 6 months ago

thanks, will look into it and may even end up outright adding the code to ueberzug to not depend on distutils.