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.
Showing
- changelog.d/9125.misc 1 addition, 0 deletionschangelog.d/9125.misc
- debian/changelog 6 additions, 0 deletionsdebian/changelog
- debian/control 0 additions, 1 deletiondebian/control
- synapse/config/registration.py 5 additions, 6 deletionssynapse/config/registration.py
- synapse/events/__init__.py 2 additions, 1 deletionsynapse/events/__init__.py
- synapse/util/stringutils.py 19 additions, 0 deletionssynapse/util/stringutils.py
Loading
Please register or sign in to comment