diff options
author | Christoph Witzany <christoph@web.crofting.com> | 2016-04-06 17:56:12 +0200 |
---|---|---|
committer | Christoph Witzany <christoph@web.crofting.com> | 2016-04-06 18:23:46 +0200 |
commit | 4c5e8adf8b326798ec71a1cc1caac49f63980ba8 (patch) | |
tree | 42a859df49c78acfb801475ea330552d79bce1b3 /synapse/python_dependencies.py | |
parent | fix pep8 (diff) | |
download | synapse-4c5e8adf8b326798ec71a1cc1caac49f63980ba8.tar.xz |
conditionally import ldap
Diffstat (limited to '')
-rw-r--r-- | synapse/python_dependencies.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index d6b6e82bd7..cf1414b4db 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -37,7 +37,6 @@ REQUIREMENTS = { "pysaml2>=3.0.0,<4.0.0": ["saml2>=3.0.0,<4.0.0"], "pymacaroons-pynacl": ["pymacaroons"], "pyjwt": ["jwt"], - "python-ldap": ["ldap"], } CONDITIONAL_REQUIREMENTS = { "web_client": { |