From cb12efbff8088c64889ab27ba9cd6379c77d78ca Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Tue, 26 Jul 2022 19:35:13 +0100 Subject: [PATCH] :newspaper: --- news/11298.bugfix.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 news/11298.bugfix.rst diff --git a/news/11298.bugfix.rst b/news/11298.bugfix.rst new file mode 100644 index 00000000000..a822e2d5ed9 --- /dev/null +++ b/news/11298.bugfix.rst @@ -0,0 +1,4 @@ +Ensure that things work correctly in environments where setuptools-injected +``distutils`` is available by default. This is done by co-operating with +setuptools' injection logic to ensure that pip uses the ``distutils`` from the +Python standard library instead.