diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-10-19 21:49:26 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-10-19 21:51:15 +0100 |
commit | e5b52d0f945962a5f4bef5e7a2fb6445dfc0d8f8 (patch) | |
tree | 8a684a1da975835ca013874dbc28ec80d7da3762 /changelog.d | |
parent | Merge branch 'rav/fix_email_templates_4065' into develop (diff) | |
download | synapse-e5b52d0f945962a5f4bef5e7a2fb6445dfc0d8f8.tar.xz |
Make psutil an explicit dependency
As of #4027, we require psutil to be installed, so it should be in our dependency list. We can also remove some of the conditional import code introduced by #992. Fixes #4062.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4073.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4073.misc b/changelog.d/4073.misc new file mode 100644 index 0000000000..fc304bef06 --- /dev/null +++ b/changelog.d/4073.misc @@ -0,0 +1 @@ +Add psutil as an explicit dependency |