[
https://issues.apache.org/jira/browse/AIRFLOW-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415670#comment-16415670
]
ASF subversion and git services commented on AIRFLOW-1430:
----------------------------------------------------------
Commit 68bbffd315ad8f7ea5699ccc50869e083c3162cc in incubator-airflow's branch
refs/heads/master from [~bolke]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=68bbffd ]
[AIRFLOW-1430] Solve GPL dependency
One of the dependencies was pulling in
a GPL library by default. With the new
release of python-nvd3 this is now solved.
Closes #3160 from bolkedebruin/legal
> GPL licensing issues
> --------------------
>
> Key: AIRFLOW-1430
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1430
> Project: Apache Airflow
> Issue Type: Bug
> Affects Versions: 1.8.1, 1.9.0, 1.8.2
> Reporter: Florian Jetter
> Priority: Critical
> Fix For: 1.10.0
>
>
> The current requirements require the install of the GPLv2 licensed package
> {{Unidecode}} .
> This is a violation to the ASF licensing conditions, c.f.
> https://www.apache.org/legal/resolved.html#category-x
> https://www.apache.org/legal/resolved.html#prohibited
> The requirement comes in via:
> {{python-nvd3}} https://github.com/areski/python-nvd3
> -> {{python-sluggify}} https://github.com/un33k/python-slugify
> -> {{Unidecode}} https://github.com/avian2/unidecode
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)