utils: fix python 3.8 compatibility on linux
platform.linux_distribution() has been removed. We now require the pypi package distro package to be installed now.
See: https://bugs.python.org/issue28167 https://docs.python.org/3.7/library/platform.html#platform.linux_distribution