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:49 UTC

[airflow] branch adds-ldap-provider-missing-dependency created (now ee63b3e)

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

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


      at ee63b3e  Adds LDAP "extra" dependencies to ldap provider.

This branch includes the following new commits:

     new ee63b3e  Adds LDAP "extra" dependencies to ldap provider.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by po...@apache.org.
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"],