diff --git a/news/11298.bugfix.rst b/news/11298.bugfix.rst new file mode 100644 index 00000000000..1f52404f3c7 --- /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 cooperating with +setuptools' injection logic to ensure that pip uses the ``distutils`` from the +Python standard library instead.