summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-25 14:22:35 -0500
committerRichard van der Hoff <richard@matrix.org>2021-01-25 19:38:31 +0000
commit2547d9d4d73050b654fcd8c77bbe5430303c026b (patch)
treed4c855b8f14426106a5e4b3e860fb60109cea24c /changelog.d
parentMerge tag 'v1.26.0rc2' into social_login (diff)
downloadsynapse-2547d9d4d73050b654fcd8c77bbe5430303c026b.tar.xz
Fix Python 3.5 old deps build by using a compatible pip version. (#9217)
Co-authored-by: Dan Callahan <danc@element.io>

pip 21.0 stopped supporting Python 3.5.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9217.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9217.misc b/changelog.d/9217.misc
new file mode 100644
index 0000000000..72bacc7110
--- /dev/null
+++ b/changelog.d/9217.misc
@@ -0,0 +1 @@
+Fix the Python 3.5 old dependencies build.