aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d/2232.misc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/2232.misc.patch')
-rw-r--r--changelog.d/2232.misc.patch1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/2232.misc.patch b/changelog.d/2232.misc.patch
deleted file mode 100644
index 4a956e1e..00000000
--- a/changelog.d/2232.misc.patch
+++ /dev/null
@@ -1 +0,0 @@
-In preparation for re-enabling a local copy of distutils, Setuptools now honors an environment variable, SETUPTOOLS_USE_DISTUTILS. If set to 'stdlib' (current default), distutils will be used from the standard library. If set to 'local' (default in a imminent backward-incompatible release), the local copy of distutils will be used.