Skip to content

Add Ubuntu Focal Fossa support

Python 3.8 deprecated platform.linux_distribution in favor of the distro package. However, this reports the longer name. So, let's take the first word as a workaround to be backwards compatible while still supporting distros using Python > 3.8 without having to add new names to be checked against.

Edited by Nirbheek Chauhan

Merge request reports