Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add a comment about systemd-python. (#9464)
Browse files Browse the repository at this point in the history
This confused me for a while.
  • Loading branch information
richvdh committed Feb 23, 2021
1 parent 65a9eb8 commit 713145d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/9464.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a comment about systemd-python.
3 changes: 3 additions & 0 deletions synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
"pysaml2>=4.5.0;python_version>='3.6'",
],
"oidc": ["authlib>=0.14.0"],
# systemd-python is necessary for logging to the systemd journal via
# `systemd.journal.JournalHandler`, as is documented in
# `contrib/systemd/log_config.yaml`.
"systemd": ["systemd-python>=231"],
"url_preview": ["lxml>=3.5.0"],
"sentry": ["sentry-sdk>=0.7.2"],
Expand Down

0 comments on commit 713145d

Please sign in to comment.