Skip to content
Snippets Groups Projects
Unverified Commit 9ffac2be authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Remote dependency on distutils (#9125)

`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.
parent d34c6e12
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment