Switch from the deprecated distutils module to the packaging module

The distutils module was removed in Python 3.12.
This commit is contained in:
Jordan Williams
2023-12-01 09:53:50 -06:00
committed by Philip Withnall
parent 9cd7cccdd3
commit 6ef967a0f9
5 changed files with 9 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM registry.gitlab.gnome.org/gnome/glib/fedora:v23
FROM registry.gitlab.gnome.org/gnome/glib/fedora:v24
USER root