meson: Remove deprecated usage of distutils
Fixes issue #9943 (closed) by replacing the usage of distutils.version (deprecated/removed in Python 3.12) with packaging.version, as discussed with @eric
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Fixes issue #9943 (closed) by replacing the usage of distutils.version (deprecated/removed in Python 3.12) with packaging.version, as discussed with @eric