projecthamster / hamster

GNOME time tracker
http://projecthamster.org
GNU General Public License v3.0
1.08k stars 249 forks source link

remove dependency on deprecated distutils package #759

Closed GeraldJansen closed 10 months ago

GeraldJansen commented 10 months ago

As of Python 3.10 the distutils package has been deprecated and it will be removed from Python 3.12.

Hamster has a minor dependency on distutils in src/hamster/client.py. I will make a PR shortly.

The dependency on python3-distutils should be replaced by python3-packaging.

matthijskooijman commented 10 months ago

Are you sure? I think this was already fixed by https://github.com/projecthamster/hamster/pull/749/commits/f14e4276d11c5d69fb6da844735cffc7a718f1f1 ?

GeraldJansen commented 10 months ago

Oops, sorry for the noise. I thought my fork was up-to-date but alas, no.