You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/12/24 18:26:50 UTC

[airflow] 01/01: Adds LDAP "extra" dependencies to ldap provider.

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch adds-ldap-provider-missing-dependency
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit ee63b3e7efd7a99244469146fcc9b8052bb95e0e
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Thu Dec 24 19:26:41 2020 +0100

    Adds LDAP "extra" dependencies to ldap provider.
    
    Fixes #13306
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index de3daf9..d7ccd63 100644
--- a/setup.py
+++ b/setup.py
@@ -768,7 +768,7 @@ EXTRAS_PROVIDERS_PACKAGES: Dict[str, Iterable[str]] = {
     'jira': ["jira"],
     'kerberos': [],
     'kubernetes': ["cncf.kubernetes"],  # TODO: remove this in Airflow 3.0
-    'ldap': [],
+    'ldap': ["ldap"],
     "microsoft.azure": ["microsoft.azure"],
     "microsoft.mssql": ["microsoft.mssql"],
     "microsoft.winrm": ["microsoft.winrm"],