mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
`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.
1 line
34 B
Text
1 line
34 B
Text
Remove dependency on `distutils`.
|