copr-matrix-synapse/Drop-the-unshipped-web_client-dependency.patch

30 lines
856 B
Diff
Raw Normal View History

2018-09-06 18:47:22 +00:00
From 088d83aa2df3748f42569f9c6bbbda48c5c7d82a Mon Sep 17 00:00:00 2001
From: Jeremy Cline <jcline@redhat.com>
Date: Thu, 6 Sep 2018 15:04:39 -0400
Subject: [PATCH] Drop the unshipped web_client dependency
This is necessary to use the auto-dependency generator.
Signed-off-by: Jeremy Cline <jcline@redhat.com>
---
synapse/python_dependencies.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 987eec3ef..4bffd9e2f 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -62,9 +62,6 @@ REQUIREMENTS = {
}
CONDITIONAL_REQUIREMENTS = {
- "web_client": {
- "matrix_angular_sdk>=0.6.8": ["syweb>=0.6.8"],
- },
"email.enable_notifs": {
"Jinja2>=2.8": ["Jinja2>=2.8"],
"bleach>=1.4.2": ["bleach>=1.4.2"],
--
2.17.1