summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-09-01 08:16:58 -0400
committerGitHub <noreply@github.com>2020-09-01 08:16:58 -0400
commit318245eaa6d37a27ca72168356198fdd90abfbb7 (patch)
tree4a86ef7c7db70eae15d9c56c73cddeae243593f8 /changelog.d
parentMove and rename `get_devices_with_keys_by_user` (#8204) (diff)
downloadsynapse-318245eaa6d37a27ca72168356198fdd90abfbb7.tar.xz
Do not install setuptools 50.0. (#8212)
This is due to compatibility issues with old Python versions.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8212.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8212.bugfix b/changelog.d/8212.bugfix
new file mode 100644
index 0000000000..0f8c0aed92
--- /dev/null
+++ b/changelog.d/8212.bugfix
@@ -0,0 +1 @@
+Do not install setuptools 50.0. It can lead to a broken configuration on some older Python versions.