SafeEyes/debian
Tero Paloheimo 5c0884facb Remove use of distutils
As of Python 3.12 setuptools is no longer installed by default and
if setuptools is not installed distutils is not found and SafeEyes
fails to start.

Furthermore distutils is deprecated and should thus not be used
anymore. The packaging module provides a replacement for LooseVersion
and it is also recommended by PEP 632 [1].

Also update required Python version for Debian to 3.12 or newer.

[1] https://peps.python.org/pep-0632/#migration-advice
2024-06-26 21:01:09 +03:00
..
changelog Bump version to 2.1.9 2024-06-18 20:26:09 -04:00
compat Fix deb build 2022-11-20 17:53:33 -05:00
control Remove use of distutils 2024-06-26 21:01:09 +03:00
copyright Change installation dir to standard Python dir 2017-03-22 20:13:08 -04:00
rules Fix debian build issues 2017-04-10 21:06:50 -04:00
safeeyes.install Reverse-DNS scheme for icons & Broken initialize logic fix & Add appstream (#519) 2023-05-10 05:45:38 -04:00