blissoda.version_utils.assert_has_minimal_version# blissoda.version_utils.assert_has_minimal_version(distribution, minimal_version)[source]# Raise RuntimeError if the installed version of a distribution is below min_version. Parameters: distribution (str) minimal_version (str) Return type: None