diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-08-17 09:09:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-17 09:09:52 +0100 |
commit | 412c6e21a8d564706b67b99fd6399242707c40ea (patch) | |
tree | 4b1d08d3f59bcc9c2d4e6cf303328de5ee01570b /synapse/python_dependencies.py | |
parent | add attribution (diff) | |
download | synapse-412c6e21a8d564706b67b99fd6399242707c40ea.tar.xz |
Drop dependency on sdnotify (#5871)
... to save OSes which don't use it from having to maintain a port. Fixes #5865.
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index 195a7a70c8..c6465c0386 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -72,7 +72,6 @@ REQUIREMENTS = [ "netaddr>=0.7.18", "Jinja2>=2.9", "bleach>=1.4.3", - "sdnotify>=0.3", ] CONDITIONAL_REQUIREMENTS = { |