summary refs log tree commit diff
path: root/changelog.d/9125.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.26.0rc1Patrick Cloke2021-01-201-1/+0
|
* Remote dependency on distutils (#9125)Richard van der Hoff2021-01-151-0/+1
`distutils` is pretty much deprecated these days, and replaced with `setuptools`. It's also annoying because it's you can't `pip install` it, and it's hard to figure out which debian package we should depend on to make sure it's there. Since we only use it for a tiny function anyway, let's just vendor said function into our codebase.