[
https://issues.apache.org/jira/browse/AIRFLOW-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055737#comment-17055737
]
ASF subversion and git services commented on AIRFLOW-7023:
----------------------------------------------------------
Commit 9a5c7d95613c7bca38779bf46c48160cb924dcf3 in airflow's branch
refs/heads/v1-10-test from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=9a5c7d9 ]
[AIRFLOW-7023] Remove duplicated package definitions in setup.py (#7675)
(cherry picked from commit 3f68eea41c78552943fa48851db9d29f925eed7a)
> 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
> Priority: Trivial
> Fix For: 1.10.10
>
>
> 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)