summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-04-03 10:23:36 +0100
committerGitHub <noreply@github.com>2020-04-03 10:23:36 +0100
commit6d7cec7a57ca258bcf28e7eb174d970670f7a652 (patch)
tree02000b3061c99f847082a3b0abd735af4e7aba5c /synapse
parentFix changelog wording (diff)
downloadsynapse-6d7cec7a57ca258bcf28e7eb174d970670f7a652.tar.xz
Fix the debian build in a better way. (#7212)
Diffstat (limited to 'synapse')
-rw-r--r--synapse/python_dependencies.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 3274eb9863..8de8cb2c12 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -61,9 +61,7 @@ REQUIREMENTS = [
     "pyasn1-modules>=0.0.7",
     "daemonize>=2.3.1",
     "bcrypt>=3.1.0",
-    # Pillow 7.1.0 causes the following issue on debian buster:
-    # https://github.com/python-pillow/Pillow/issues/2377
-    "pillow>=4.3.0,<7.1.0",
+    "pillow>=4.3.0",
     "sortedcontainers>=1.4.4",
     "pymacaroons>=0.13.0",
     "msgpack>=0.5.2",