mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Add a comment about systemd-python. (#9464)
This confused me for a while.
This commit is contained in:
parent
65a9eb8994
commit
713145d3de
1
changelog.d/9464.misc
Normal file
1
changelog.d/9464.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add a comment about systemd-python.
|
@ -106,6 +106,9 @@ CONDITIONAL_REQUIREMENTS = {
|
|||||||
"pysaml2>=4.5.0;python_version>='3.6'",
|
"pysaml2>=4.5.0;python_version>='3.6'",
|
||||||
],
|
],
|
||||||
"oidc": ["authlib>=0.14.0"],
|
"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"],
|
"systemd": ["systemd-python>=231"],
|
||||||
"url_preview": ["lxml>=3.5.0"],
|
"url_preview": ["lxml>=3.5.0"],
|
||||||
"sentry": ["sentry-sdk>=0.7.2"],
|
"sentry": ["sentry-sdk>=0.7.2"],
|
||||||
|
Loading…
Reference in New Issue
Block a user