The source project of this merge request has been removed.
Fix working with python3.12
As setuptools provides distutils and this uses distutils import:
/usr/bin/unoconv:19: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.version import LooseVersion