You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2020/03/10 01:02:24 UTC

[jira] [Created] (AIRFLOW-7023) Remove duplicated package definitions in setup.py

Kengo Seki created AIRFLOW-7023:
-----------------------------------

             Summary: Remove duplicated package definitions in setup.py
                 Key: AIRFLOW-7023
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-7023
             Project: Apache Airflow
          Issue Type: Improvement
          Components: setup
    Affects Versions: 1.10.9
            Reporter: Kengo Seki
            Assignee: Kengo Seki


For now, the {{devel_all}} subpackage is defined in setup.py:

{code}
devel_all = (all_dbs + atlas + aws + azure + celery + cgroups + datadog + devel + doc + docker + druid +
             elasticsearch + gcp + grpc + jdbc + jenkins + kerberos + kubernetes + ldap + odbc + oracle +
             pagerduty + papermill + password + pinot + redis + salesforce + samba + segment + sendgrid +
             sentry + singularity + slack + snowflake + ssh + statsd + tableau + virtualenv + webhdfs +
             yandexcloud + zendesk)
{code}

But {{druid}} and {{pinot}} are also included in {{all_dbs}}, so they can be removed from {{devel_all}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)