From 1cec3ffe2338f098f4e798beaaad456c5c17f6bb Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 6 Jan 2022 08:57:18 +0100 Subject: [PATCH] Correct fragment --- changelogs/fragments/267-prepare_for_distutils_be_removed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/267-prepare_for_distutils_be_removed.yml b/changelogs/fragments/267-prepare_for_distutils_be_removed.yml index cdb20b5..190b178 100644 --- a/changelogs/fragments/267-prepare_for_distutils_be_removed.yml +++ b/changelogs/fragments/267-prepare_for_distutils_be_removed.yml @@ -1,2 +1,2 @@ bugfixes: -- Collection core functions - use vendored version of ``distutils.version`` instead of the deprecated Python standard library ``distutils``. +- Collection core functions - use vendored version of ``distutils.version`` instead of the deprecated Python standard library ``distutils`` (https://github.com/ansible-collections/community.mysql/pull/269).